Fix the off-by-one error in the COLS kludge line parsing logic.
Don't store a columns value of 0 (the default). Use SAFEPRINTF in place of sprintf() in parse_control_line().
Please register or sign in to comment
Don't store a columns value of 0 (the default). Use SAFEPRINTF in place of sprintf() in parse_control_line().