diff src/protocols/novell/nmuser.c @ 8874:a2affcdf8e01

[gaim-migrate @ 9643] "This patch fixes the Novell protocol plugin on big endian platforms (Bug #947017). It also includes a fix for disconnects when sending large messages." --Mike Stoddard (novell) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 05 May 2004 20:29:21 +0000
parents 5a2b5e4abf3a
children 6663ad2386d9
line wrap: on
line diff
--- a/src/protocols/novell/nmuser.c	Tue May 04 17:45:59 2004 +0000
+++ b/src/protocols/novell/nmuser.c	Wed May 05 20:29:21 2004 +0000
@@ -980,7 +980,7 @@
 		if (strncmp((char *) &val, "HTTP", strlen("HTTP")) == 0)
 			rc = nm_process_response(user);
 		else
-			rc = nm_process_event(user, val);
+			rc = nm_process_event(user, GUINT32_FROM_LE(val));
 
 	} else {
 		rc = NMERR_PROTOCOL;