X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fsys-file-info.c;h=6ff0f9072df3f7a7070acab9867d02705e147cbd;hb=f4e3578b2c8ce537de5516af55a62b84ebf2b744;hp=4ba4ddd4e0a35e9c8459d66ef6614e508f39d795;hpb=f5d1ac814687386b4cd6af9fa9e6f2f98913aa7d;p=pspp diff --git a/src/language/dictionary/sys-file-info.c b/src/language/dictionary/sys-file-info.c index 4ba4ddd4e0..6ff0f9072d 100644 --- a/src/language/dictionary/sys-file-info.c +++ b/src/language/dictionary/sys-file-info.c @@ -144,7 +144,7 @@ cmd_sysfile_info (struct lexer *lexer, struct dataset *ds) if (h == NULL) { - lex_sbc_missing ("FILE"); + lex_sbc_missing (lexer, "FILE"); goto error; }