misc_gui.c
changeset 1105 b3003b14e45c
parent 1095 90220990fd7c
child 1124 01fc35434ed6
--- a/misc_gui.c	Sun Jan 23 10:47:15 2005 +0000
+++ b/misc_gui.c	Sun Jan 23 10:54:32 2005 +0000
@@ -1123,7 +1123,7 @@
 	}
 
 	s_amount = _fios_num - sort_start - sort_end;
-	if ((bool)s_amount)
+	if (s_amount > 0)
 		qsort(_fios_list + sort_start, s_amount, sizeof(FiosItem), compare_FiosItems);
 }