X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fencrypted-file.c;h=17b95343c8ab929f1a474405c3ea1b5a13c65ac9;hb=refs%2Fheads%2Ffbuf;hp=f1074b4c1d159d4ad805ea9b887f40400114e20f;hpb=3db83b515247dca69abbf7ad05d3dbdfec4b524c;p=pspp diff --git a/src/data/encrypted-file.c b/src/data/encrypted-file.c index f1074b4c1d..17b95343c8 100644 --- a/src/data/encrypted-file.c +++ b/src/data/encrypted-file.c @@ -70,7 +70,7 @@ encrypted_file_open (struct encrypted_file **fp, const struct file_handle *fh) f = xmalloc (sizeof *f); f->error = 0; - f->file = fn_open (fh, "rb"); + f->file = fn_fopen (fh, "rb"); if (f->file == NULL) { msg (ME, _("An error occurred while opening `%s': %s."),