[dia/utsa/bug-fix: 1/2] dirs: return locale path on Win32



commit 8c0544261c6a6dcd341a284f2bb179d4dca5e40f
Author: Alexander Downey <alexander downey my utsa edu>
Date:   Mon May 11 09:38:40 2020 +0100

    dirs: return locale path on Win32
    
    Fix https://gitlab.gnome.org/GNOME/dia/-/issues/458

 lib/dia_dirs.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/lib/dia_dirs.c b/lib/dia_dirs.c
index 199a32f8..bbf20f21 100644
--- a/lib/dia_dirs.c
+++ b/lib/dia_dirs.c
@@ -167,6 +167,7 @@ dia_get_locale_directory (void)
 
   g_clear_pointer (&sLoc, g_free);
 
+  return ret;
 #else
   return g_strdup (LOCALEDIR);
 #endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]