X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsysfile-info.c;h=c12bd10081ef35b2941813ebaecc8f69dec4d8a1;hb=53ceff2865473a6b561b521986fafd31a993a1a6;hp=a9f074ab3be2ae6838f76ddd42afe1298fbf0d88;hpb=1e06be73a426544652cdd7d73f001c962bac1a34;p=pspp diff --git a/src/sysfile-info.c b/src/sysfile-info.c index a9f074ab3b..c12bd10081 100644 --- a/src/sysfile-info.c +++ b/src/sysfile-info.c @@ -86,7 +86,7 @@ cmd_sysfile_info (void) lex_match_id ("FILE"); lex_match ('='); - h = fh_parse (); + h = fh_parse (FH_REF_FILE); if (!h) return CMD_FAILURE;