Typos.
authorTor Lillqvist <tml@src.gnome.org>
Mon, 8 Nov 1999 09:49:10 +0000 (09:49 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 8 Nov 1999 09:49:10 +0000 (09:49 +0000)
glib/gwin32.c
gwin32.c

index 8aeb5edb402e8fcdc5efe875fa58ed815ad06736..bd4ae655427dd215eeac67c983db1e26b8edb71f 100644 (file)
@@ -806,8 +806,8 @@ g_win32_error_message (gint error)
                          |FORMAT_MESSAGE_FROM_SYSTEM,
                          NULL, error, 0,
                          (LPTSTR) &msg, 0, NULL);
-  if (nbytes > 2 && error[nbytes-1] == '\n' && error[nbytes-2] == '\r')
-    error[nbytes-2] = '\0';
+  if (nbytes > 2 && msg[nbytes-1] == '\n' && msg[nbytes-2] == '\r')
+    msg[nbytes-2] = '\0';
   
   retval = g_strdup (msg);
 
index 8aeb5edb402e8fcdc5efe875fa58ed815ad06736..bd4ae655427dd215eeac67c983db1e26b8edb71f 100644 (file)
--- a/gwin32.c
+++ b/gwin32.c
@@ -806,8 +806,8 @@ g_win32_error_message (gint error)
                          |FORMAT_MESSAGE_FROM_SYSTEM,
                          NULL, error, 0,
                          (LPTSTR) &msg, 0, NULL);
-  if (nbytes > 2 && error[nbytes-1] == '\n' && error[nbytes-2] == '\r')
-    error[nbytes-2] = '\0';
+  if (nbytes > 2 && msg[nbytes-1] == '\n' && msg[nbytes-2] == '\r')
+    msg[nbytes-2] = '\0';
   
   retval = g_strdup (msg);