diff src/cache_maint.c @ 734:e6ebae313d46

Fix up some types, make some signed vs unsigned warnings quiet.
author zas_
date Thu, 22 May 2008 11:27:43 +0000
parents a1e8c78a03ab
children df6c11709106
line wrap: on
line diff
--- a/src/cache_maint.c	Thu May 22 10:09:07 2008 +0000
+++ b/src/cache_maint.c	Thu May 22 11:27:43 2008 +0000
@@ -136,9 +136,9 @@
 	GList *dlist = NULL;
 	GList *list = NULL;
 	FileData *fd;
-	gint just_done = FALSE;
-	gint still_have_a_file = TRUE;
-	gint base_length;
+	gboolean just_done = FALSE;
+	gboolean still_have_a_file = TRUE;
+	gsize base_length;
 	const gchar *cache_folder;
 	gchar *base;