SF.net SVN: geany: [2021] trunk/src/document.c

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Nov 5 18:05:49 UTC 2007


Revision: 2021
          http://geany.svn.sourceforge.net/geany/?rev=2021&view=rev
Author:   eht16
Date:     2007-11-05 10:05:49 -0800 (Mon, 05 Nov 2007)

Log Message:
-----------
Fix compile error on Windows.

Modified Paths:
--------------
    trunk/src/document.c

Modified: trunk/src/document.c
===================================================================
--- trunk/src/document.c	2007-11-05 16:15:58 UTC (rev 2020)
+++ trunk/src/document.c	2007-11-05 18:05:49 UTC (rev 2021)
@@ -1139,9 +1139,7 @@
 	gchar *data;
 	FILE *fp;
 	gint bytes_written, len;
-#ifndef G_OS_WIN32
 	gchar *locale_filename = NULL;
-#endif
 
 	if (! DOC_IDX_VALID(idx)) return FALSE;
 	// the changed flag should exclude the readonly flag, but check it anyway for safety


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list