X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdata-io%2Fdata-reader.c;h=fa96922329fbc29b315cf0feb169d2e4cc1ca7b3;hb=eb72e2843fa902b185680a756e79e91b68caea49;hp=49ec778918349827d3ab3502bf7719767c844829;hpb=2d4dd90964061defa92972156ae2a12323708519;p=pspp diff --git a/src/language/data-io/data-reader.c b/src/language/data-io/data-reader.c index 49ec778918..fa96922329 100644 --- a/src/language/data-io/data-reader.c +++ b/src/language/data-io/data-reader.c @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-2004, 2006 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -172,7 +171,7 @@ read_inline_record (struct dfm_reader *r) prompt_set_style (PROMPT_DATA); } - if (!lex_get_line_raw (r->lexer)) + if (!lex_get_line_raw (r->lexer, NULL)) { msg (SE, _("Unexpected end-of-file while reading data in BEGIN " "DATA. This probably indicates "