X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmatrix-data.c;h=994285cd98d06d79c48603c7fed4dc30ebe1e3e8;hb=35b33ef0aa2090c0cbb83d31c71175f5b7c95c95;hp=ee43d82f2ba2df94bc8cc94b9cd4119e5d8213ad;hpb=a29bbbe97388bb6f9c9b4df36b448dfe5023363c;p=pspp diff --git a/src/matrix-data.c b/src/matrix-data.c index ee43d82f2b..994285cd98 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; }