Mercurial > pidgin.yaz
changeset 12715:3dedbe04a684
[gaim-migrate @ 15059]
fix warning
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 04 Jan 2006 05:07:51 +0000 |
parents | 668067774cf5 |
children | c08fcbcc6a3e |
files | src/protocols/novell/novell.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/novell/novell.c Wed Jan 04 04:37:53 2006 +0000 +++ b/src/protocols/novell/novell.c Wed Jan 04 05:07:51 2006 +0000 @@ -1098,7 +1098,7 @@ sysname = "Windows"; } - return g_strdup_printf("Gaim/%s (%s; %d.%d)", VERSION, sysname, + return g_strdup_printf("Gaim/%s (%s; %ld.%ld)", VERSION, sysname, os_info.dwMajorVersion, os_info.dwMinorVersion); #endif