summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/trg-torrent-model.c3
1 files changed, 2 insertions, 1 deletions
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;