2006-09-10 Matthias Clasen <mclasen@redhat.com>
* glib/gstdio.c (g_rename): Initialize save_errno.
(#355206, Mike Edenfield)
+2006-09-10 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/gstdio.c (g_rename): Initialize save_errno.
+ (#355206, Mike Edenfield)
+
2006-09-03 Matthias Clasen <mclasen@redhat.com>
* glib/gerror.c: Allocate GErrors using the slice allocator.
wchar_t *woldfilename = g_utf8_to_utf16 (oldfilename, -1, NULL, NULL, NULL);
wchar_t *wnewfilename;
int retval;
- int save_errno;
+ int save_errno = 0;
if (woldfilename == NULL)
{