Revision: 3189 http://geany.svn.sourceforge.net/geany/?rev=3189&view=rev Author: eht16 Date: 2008-11-07 14:38:51 +0000 (Fri, 07 Nov 2008)
Log Message: ----------- Again, oops: this line got lost while merging.
Modified Paths: -------------- trunk/tagmanager/read.c
Modified: trunk/tagmanager/read.c =================================================================== --- trunk/tagmanager/read.c 2008-11-07 14:38:38 UTC (rev 3188) +++ trunk/tagmanager/read.c 2008-11-07 14:38:51 UTC (rev 3189) @@ -418,6 +418,7 @@ File.eof = TRUE; else if (c == NEWLINE) { + File.newLine = TRUE; if (File.fp != NULL) /* we have a file */ fgetpos (File.fp, &StartOfLine); else /* it's a buffer */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.