return result of strlen to proper type
strlen returns size_t. since the return argument is localized, there is
no reason to not use the proper type to hold the result.
Signed-off-by:
Rob Latham <robl@mcs.anl.gov>
Please register or sign in to comment