Again, oops: this line got lost while merging.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3189 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2008-11-07 14:38:51 +00:00
parent 26f86a38a7
commit 8bf87e009c

View File

@ -418,6 +418,7 @@ readnext:
File.eof = TRUE; File.eof = TRUE;
else if (c == NEWLINE) else if (c == NEWLINE)
{ {
File.newLine = TRUE;
if (File.fp != NULL) /* we have a file */ if (File.fp != NULL) /* we have a file */
fgetpos (File.fp, &StartOfLine); fgetpos (File.fp, &StartOfLine);
else /* it's a buffer */ else /* it's a buffer */