diff src/protocols/msn/directconn.c @ 10112:1a91e814e9d8

[gaim-migrate @ 11145] it looks like the rest of this was 64-bit stuff too committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 18 Oct 2004 05:40:02 +0000
parents ab6636c5a136
children 088633feb846
line wrap: on
line diff
--- a/src/protocols/msn/directconn.c	Mon Oct 18 05:22:21 2004 +0000
+++ b/src/protocols/msn/directconn.c	Mon Oct 18 05:40:02 2004 +0000
@@ -52,7 +52,7 @@
 		guint16 t4;
 		guint64 t5;
 
-		sscanf (directconn->nonce, "%08X-%04hX-%04hX-%04hX-%012llX", &t1, &t2, &t3, &t4, &t5);
+		sscanf (directconn->nonce, "%08X-%04hX-%04hX-%04hX-%012" G_GINT64_MODIFIER "X", &t1, &t2, &t3, &t4, &t5);
 
 		t1 = GUINT32_TO_LE(t1);
 		t2 = GUINT16_TO_LE(t2);