Changeset 2129 for libswish3/trunk/src/swish_lint.c
- Timestamp:
- 04/15/08 10:29:48 (9 months ago)
- Files:
-
- libswish3/trunk/src/swish_lint.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/src/swish_lint.c
r2121 r2129 181 181 err(1, "-d option requires a positive integer as argument\n"); 182 182 183 SWISH_DEBUG = (int)strtol(optarg, (char **)NULL, 10);183 SWISH_DEBUG = swish_string_to_int(optarg); 184 184 break; 185 185
