[glib] Fix misspelled identifier in the Win32 code
- From: Tor Lillqvist <tml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix misspelled identifier in the Win32 code
- Date: Mon, 3 May 2010 16:25:31 +0000 (UTC)
commit 0f795345d68be2af96cc030972786f2989ffd8c0
Author: Tor Lillqvist <tml iki fi>
Date: Mon May 3 19:24:35 2010 +0300
Fix misspelled identifier in the Win32 code
gio/gsocket.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gsocket.c b/gio/gsocket.c
index fb35f32..d35f7c2 100644
--- a/gio/gsocket.c
+++ b/gio/gsocket.c
@@ -3304,8 +3304,8 @@ g_socket_receive_message (GSocket *socket,
if (messages != NULL)
*messages = NULL;
- if (n_messages != NULL)
- *n_messages = 0;
+ if (num_messages != NULL)
+ *num_messages = 0;
return bytes_received;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]