r23503 - gnucash/branches/2.4/src/backend/xml - [23415]Small fixes to make the Windows build work again after r23412

Geert Janssens gjanssens at code.gnucash.org
Sat Dec 7 11:08:08 EST 2013


Author: gjanssens
Date: 2013-12-07 11:08:07 -0500 (Sat, 07 Dec 2013)
New Revision: 23503
Trac: http://svn.gnucash.org/trac/changeset/23503

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

Modified: gnucash/branches/2.4/src/backend/xml/io-gncxml-v2.c
===================================================================
--- gnucash/branches/2.4/src/backend/xml/io-gncxml-v2.c	2013-12-07 16:07:58 UTC (rev 23502)
+++ gnucash/branches/2.4/src/backend/xml/io-gncxml-v2.c	2013-12-07 16:08:07 UTC (rev 23503)
@@ -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