glib r6790 - in trunk: . glib
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6790 - in trunk: . glib
- Date: Mon, 31 Mar 2008 14:41:03 +0100 (BST)
Author: tml
Date: Mon Mar 31 14:41:03 2008
New Revision: 6790
URL: http://svn.gnome.org/viewvc/glib?rev=6790&view=rev
Log:
2008-03-31 Tor Lillqvist <tml novell com>
* glib/gwin32.c
(g_win32_get_package_installation_directory_of_module): Fix Cygwin
breakage. Patch by Lieven van der Heide.
Modified:
trunk/ChangeLog
trunk/glib/gwin32.c
Modified: trunk/glib/gwin32.c
==============================================================================
--- trunk/glib/gwin32.c (original)
+++ trunk/glib/gwin32.c Mon Mar 31 14:41:03 2008
@@ -262,9 +262,9 @@
{
gchar tmp[MAX_PATH];
- cygwin_conv_to_posix_path(fn, tmp);
- g_free(fn);
- fn = g_strdup(tmp);
+ cygwin_conv_to_posix_path (retval, tmp);
+ g_free (retval);
+ retval = g_strdup (tmp);
}
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]