From 311493338e89874cc0a1248f77ad1bc22b409541 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 30 Jun 2012 13:42:22 -0400 Subject: core: Drop ot_gfile_new_for_path Not necessary anymore since we switched to GIO_USE_VFS=local in the binaries. --- src/ostree/ot-builtin-checksum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ostree/ot-builtin-checksum.c') diff --git a/src/ostree/ot-builtin-checksum.c b/src/ostree/ot-builtin-checksum.c index 3ef35797..64f35cad 100644 --- a/src/ostree/ot-builtin-checksum.c +++ b/src/ostree/ot-builtin-checksum.c @@ -69,7 +69,7 @@ ostree_builtin_checksum (int argc, char **argv, GFile *repo_path_path, GError ** goto out; if (argc > 1) - f = ot_gfile_new_for_path (argv[1]); + f = g_file_new_for_path (argv[1]); else { g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_FAILED, -- cgit v1.2.1