Use strtol instead of atol in more places, and avoid a compiler
warning. (Bug 143). * src/server/conf-file.c (convert_to_ulong): New function. (assign_text_no): Use it instead of convert_to_long to get rid of a compiler warning. (assign_ulong): Use convert_to_ulong instead of atol. (assign_uint): Ditto. Check for overflow.
Showing
Please register or sign in to comment