From de8e58c293aba8f9e41d958770b9a8e62a5866f6 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sat, 1 Sep 2012 16:52:05 +0100 Subject: mismatch of gint64 and guint, maybe causing crash on 32bit. --- src/trg-torrent-model.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/trg-torrent-model.c b/src/trg-torrent-model.c index 5142f31..3660240 100644 --- a/src/trg-torrent-model.c +++ b/src/trg-torrent-model.c @@ -434,7 +434,8 @@ update_torrent_iter(TrgTorrentModel * model, JsonArray *trackerStats; gchar *statusString, *statusIcon, *downloadDir; gint64 downRate, upRate, haveValid, uploaded, downloaded, id, status, - lpd, fileCount; + lpd; + guint fileCount; gchar *firstTrackerHost = NULL; gchar *peerSources = NULL; gchar *lastDownloadDir = NULL; -- cgit v1.2.3