Kaydet (Commit) 8bf87e00 authored tarafından Enrico Tröger's avatar Enrico Tröger

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
üst 26f86a38
...@@ -418,6 +418,7 @@ readnext: ...@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment