summaryrefslogtreecommitdiff
path: root/src/torrent.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-20 10:29:28 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-20 10:29:28 +0000
commit0a7facc248a7aa20fb10f85d01606a42ce00d1f9 (patch)
tree8bb797a8982d9a7aa44ada72adb5f980714e1f3e /src/torrent.c
parent4f49e799327b55be29028c392a8a8ee4ed921c83 (diff)
undo the last commit - mainly because G_GINT64_FORMAT will break some localised strings
Diffstat (limited to 'src/torrent.c')
-rw-r--r--src/torrent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/torrent.c b/src/torrent.c
index ed1a232..784668f 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: %li", value);
+ //g_warning("Unknown status: %ld", value);
return g_strdup(_("Unknown"));
}