mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
In the Win32 ABI stability version, call g_file_get_contents_utf8(), not
2005-02-05 Tor Lillqvist <tml@novell.com> * glib/gfileutils.c (g_file_get_contents): In the Win32 ABI stability version, call g_file_get_contents_utf8(), not itself. (#166386)
This commit is contained in:
parent
d988d0903e
commit
e7a2901167
@ -1,3 +1,9 @@
|
||||
2005-02-05 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gfileutils.c (g_file_get_contents): In the Win32 ABI
|
||||
stability version, call g_file_get_contents_utf8(), not
|
||||
itself. (#166386)
|
||||
|
||||
2005-02-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Define a HAVE_GNUC_VISIBILITY automake
|
||||
|
@ -1,3 +1,9 @@
|
||||
2005-02-05 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gfileutils.c (g_file_get_contents): In the Win32 ABI
|
||||
stability version, call g_file_get_contents_utf8(), not
|
||||
itself. (#166386)
|
||||
|
||||
2005-02-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Define a HAVE_GNUC_VISIBILITY automake
|
||||
|
@ -1,3 +1,9 @@
|
||||
2005-02-05 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gfileutils.c (g_file_get_contents): In the Win32 ABI
|
||||
stability version, call g_file_get_contents_utf8(), not
|
||||
itself. (#166386)
|
||||
|
||||
2005-02-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Define a HAVE_GNUC_VISIBILITY automake
|
||||
|
@ -1,3 +1,9 @@
|
||||
2005-02-05 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gfileutils.c (g_file_get_contents): In the Win32 ABI
|
||||
stability version, call g_file_get_contents_utf8(), not
|
||||
itself. (#166386)
|
||||
|
||||
2005-02-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Define a HAVE_GNUC_VISIBILITY automake
|
||||
|
@ -804,7 +804,7 @@ g_file_get_contents (const gchar *filename,
|
||||
if (utf8_filename == NULL)
|
||||
return FALSE;
|
||||
|
||||
retval = g_file_get_contents (utf8_filename, contents, length, error);
|
||||
retval = g_file_get_contents_utf8 (utf8_filename, contents, length, error);
|
||||
|
||||
g_free (utf8_filename);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user