summaryrefslogtreecommitdiff
path: root/src/ostree/ot-editor.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-05-29 13:23:04 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2016-05-30 11:33:28 +0000
commit33047d5d4fd135f3976484be30ed7dbb9c692c67 (patch)
tree389288e91b6673dba88fd4a8a6188b37168825bb /src/ostree/ot-editor.c
parent4929ab4033894d0aaf1987ebc07d7ccbe23323e1 (diff)
downloadostree-33047d5d4fd135f3976484be30ed7dbb9c692c67.tar.gz
libglnx porting: Port "load utf8 file" contents API callers
Closes: #312 Approved by: giuseppe
Diffstat (limited to 'src/ostree/ot-editor.c')
-rw-r--r--src/ostree/ot-editor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ostree/ot-editor.c b/src/ostree/ot-editor.c
index 2e045844..66c6e7be 100644
--- a/src/ostree/ot-editor.c
+++ b/src/ostree/ot-editor.c
@@ -101,7 +101,8 @@ ot_editor_prompt (OstreeRepo *repo,
goto out;
}
- ret = gs_file_load_contents_utf8 (file, cancellable, error);
+ ret = glnx_file_get_contents_utf8_at (AT_FDCWD, gs_file_get_path_cached (file), NULL,
+ cancellable, error);
out:
if (file)