ossp-pkg/ui64/ui64.c 1.6 -> 1.7
--- ui64.c 2004/01/09 11:28:22 1.6
+++ ui64.c 2005/01/13 08:36:27 1.7
@@ -149,7 +149,7 @@
str[i++] = map[r];
while (n > 1 && x.x[n-1] == 0)
n--;
- } while (i < (len-1) && (n > 1 || x.x[0] != 0));
+ } while (i < ((int)len-1) && (n > 1 || x.x[0] != 0));
str[i] = '\0';
for (j = 0; j < --i; j++) {
c = str[j];
|
|