Mercurial > pidgin
diff src/protocols/msn/slpmsg.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 | 4c1a1be8ce33 |
| children | ecf3ce2e2ab1 |
line wrap: on
line diff
--- a/src/protocols/msn/slpmsg.c Mon Oct 18 05:22:21 2004 +0000 +++ b/src/protocols/msn/slpmsg.c Mon Oct 18 05:40:02 2004 +0000 @@ -160,7 +160,7 @@ "Call-ID: {%s}\r\n" "Max-Forwards: 0\r\n" "Content-Type: %s\r\n" - "Content-Length: %d\r\n" + "Content-Length: %" G_GSIZE_FORMAT "\r\n" "\r\n", header, slplink->remote_user,
