X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmatrix-data.c;h=994285cd98d06d79c48603c7fed4dc30ebe1e3e8;hb=053e7ff6e0a45a25d5604b211e9c950fff50e75d;hp=ee43d82f2ba2df94bc8cc94b9cd4119e5d8213ad;hpb=cc56bd9dc9ecf718111aaf16022f0fe8883a5487;p=pspp-builds.git diff --git a/src/matrix-data.c b/src/matrix-data.c index ee43d82f..994285cd 100644 --- a/src/matrix-data.c +++ b/src/matrix-data.c @@ -172,7 +172,7 @@ cmd_matrix_data (void) { struct pool *pool; struct matrix_data_pgm *mx; - struct file_handle *fh = NULL; + struct file_handle *fh = fh_inline_file (); unsigned seen = 0; @@ -258,7 +258,7 @@ cmd_matrix_data (void) else if (lex_match_id ("FILE")) { lex_match ('='); - fh = fh_parse (); + fh = fh_parse (FH_REF_FILE | FH_REF_INLINE); if (fh == NULL) goto lossage; }