ossp-pkg/lmtp2nntp/sa.c 1.6 -> 1.7
--- sa.c 2001/08/28 11:31:22 1.6
+++ sa.c 2001/08/30 13:57:21 1.7
@@ -138,7 +138,7 @@
/* resolve port */
bNumeric = 1;
for (i = 0; cpPort[i] != NUL; i++) {
- if (!isdigit(cpPort[i])) {
+ if (!isdigit((int)cpPort[i])) {
bNumeric = 0;
break;
}
|
|