summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-checksum.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-06-30 13:42:22 -0400
committerColin Walters <walters@verbum.org>2012-06-30 13:42:24 -0400
commit311493338e89874cc0a1248f77ad1bc22b409541 (patch)
tree9c9d705256994f42878633448f1e7a8b5a6f873b /src/ostree/ot-builtin-checksum.c
parentd5a1f1deda602e00cd55724ae7f0c296a38b3994 (diff)
downloadostree-311493338e89874cc0a1248f77ad1bc22b409541.tar.gz
core: Drop ot_gfile_new_for_path
Not necessary anymore since we switched to GIO_USE_VFS=local in the binaries.
Diffstat (limited to 'src/ostree/ot-builtin-checksum.c')
-rw-r--r--src/ostree/ot-builtin-checksum.c2
1 files changed, 1 insertions, 1 deletions
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,