changeset 2061:f82299f8fbc8

[gaim-migrate @ 2071] i've heard this works better committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 20 Jun 2001 21:11:24 +0000
parents 2fe660574083
children caba1f59801e
files plugins/msn/msn.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/msn/msn.c	Wed Jun 20 16:56:34 2001 +0000
+++ b/plugins/msn/msn.c	Wed Jun 20 21:11:24 2001 +0000
@@ -113,7 +113,7 @@
 		}
 		g_snprintf(hex, sizeof(hex), "%s", msg + ++i);
 		i++;
-		sscanf(hex, "%x", (unsigned int *)&buf[j++]);
+		sscanf(hex, "%%x", (unsigned int *)&buf[j++]);
 	}
 	buf[j] = 0;