ossp-pkg/uuid/uuid_ui64.c 1.1 -> 1.2
--- uuid_ui64.c 2004/01/09 11:32:06 1.1
+++ uuid_ui64.c 2004/01/18 19:22:55 1.2
@@ -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];
|
|