X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Flanguage%2Fsyntax-file.c;h=0771ade3a9e92dccc0c3063a7c14d13014c010e3;hb=6b003fcaaf12c21fda3d44580154b54c54c6cd54;hp=678d2f51fa96b9217f6b172d190d7abf4dfbc01f;hpb=d1500de2094e42e1d461ecfdd0b69fca4af511bf;p=pspp-builds.git diff --git a/src/language/syntax-file.c b/src/language/syntax-file.c index 678d2f51..0771ade3 100644 --- a/src/language/syntax-file.c +++ b/src/language/syntax-file.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -100,6 +100,7 @@ read_syntax_file (struct getl_interface *s, do { sfs->ln++; + ds_clear (line); if (!ds_read_line (line, sfs->syntax_file, SIZE_MAX)) { if (ferror (sfs->syntax_file))