ossp-pkg/pth/pth_string.c 1.8 -> 1.9
--- pth_string.c 2003/01/01 15:49:12 1.8
+++ pth_string.c 2003/03/22 20:28:42 1.9
@@ -364,7 +364,7 @@
int padlen, strln;
int cnt = 0;
- if (value == 0)
+ if (value == NULL)
value = "<NULL>";
for (strln = 0; value[strln] != '\0'; strln++)
;
|
|