r23415 - gnucash/trunk/src/backend/xml - Small fixes to make the Windows build work again after r23412

Geert Janssens gjanssens at code.gnucash.org
Wed Nov 20 05:01:57 EST 2013


Author: gjanssens
Date: 2013-11-20 05:01:56 -0500 (Wed, 20 Nov 2013)
New Revision: 23415
Trac: http://svn.gnucash.org/trac/changeset/23415

Modified:
   gnucash/trunk/src/backend/xml/io-gncxml-v2.c
Log:
Small fixes to make the Windows build work again after r23412

Modified: gnucash/trunk/src/backend/xml/io-gncxml-v2.c
===================================================================
--- gnucash/trunk/src/backend/xml/io-gncxml-v2.c	2013-11-20 03:15:25 UTC (rev 23414)
+++ gnucash/trunk/src/backend/xml/io-gncxml-v2.c	2013-11-20 10:01:56 UTC (rev 23415)
@@ -786,7 +786,7 @@
            See https://bugzilla.gnome.org/show_bug.cgi?id=712528 for more info */
         gchar *filename = fbe->fullpath;
 #ifdef G_OS_WIN32
-        filename = g_win32_locale_filename_from_utf8(fbe->fulpath);
+        filename = g_win32_locale_filename_from_utf8(fbe->fullpath);
         if (filename)
         {
 #endif
@@ -808,9 +808,9 @@
             }
 #ifdef G_OS_WIN32
             g_free(filename);
+        }
         else
             retval = FALSE;
-        }
 #endif
     }
 



More information about the gnucash-changes mailing list