*** /var/tmp/,RCSt1a13733 Sat Apr 13 21:09:00 2002 --- cif_ctonum.c Sat Apr 13 17:04:32 2002 *************** *** 249,255 for (nchar = 0; (c = strg[nchar]) && (nchar < slong); ++nchar) { if ( !(indptr = strchr(test,c))) return 1; ! m = indptr - test; if (m < 10) { /* ....... Process the digits */ --- 249,255 ----- for (nchar = 0; (c = strg[nchar]) && (nchar < slong); ++nchar) { if ( !(indptr = strchr(test,c))) return 1; ! m = (int)(indptr - test); if (m < 10) { /* ....... Process the digits */