misc_gui.c
changeset 1105 597b9e7955b5
parent 1095 b59632d9df1b
child 1124 49ab02a88a0e
--- 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);
 }