Changeset 2129 for libswish3/trunk/src/swish_isw.c
- Timestamp:
- 04/15/08 10:29:48 (6 months ago)
- Files:
-
- libswish3/trunk/src/swish_isw.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/src/swish_isw.c
r2105 r2129 34 34 #include <ctype.h> 35 35 #include <locale.h> 36 37 #include "libswish3.h" 36 38 37 39 void report( … … 76 78 err(1, "arg %s is not a positive integer\n", argv[i]); 77 79 78 n = (int)strtol(argv[i], (char **)NULL, 10);80 n = swish_string_to_int(argv[i]); 79 81 80 82 report(curlocale, n);
