From 4f49e799327b55be29028c392a8a8ee4ed921c83 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Tue, 20 Sep 2011 07:27:32 +0000 Subject: use the gint64 format specifier %li, not %ld (long). hopefully silence the last remaining compiler warnings that I've seen (only on 32bit). --- src/torrent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/torrent.c') diff --git a/src/torrent.c b/src/torrent.c index 784668f..ed1a232 100644 --- a/src/torrent.c +++ b/src/torrent.c @@ -310,7 +310,7 @@ gchar *torrent_get_status_string(gint64 rpcv, gint64 value) } } - //g_warning("Unknown status: %ld", value); + //g_warning("Unknown status: %li", value); return g_strdup(_("Unknown")); } -- cgit v1.2.3