diff src/ui_tabcomp.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 a1dcef8cd1ae
children c414002a1f27
line wrap: on
line diff
--- a/src/ui_tabcomp.c	Thu May 22 10:09:07 2008 +0000
+++ b/src/ui_tabcomp.c	Thu May 22 11:27:43 2008 +0000
@@ -491,7 +491,7 @@
 				}
 			else
 				{
-				gint c = strlen(entry_file);
+				gsize c = strlen(entry_file);
 				gint done = FALSE;
 				gchar *test_file = poss->data;