25c3b2b fix several possibly unterminated strings

Authored and Committed by jamartis 5 years ago
    fix several possibly unterminated strings
    
    When copying to OEM_CP and ISO_CP strings, the string could end unterminated
    (stncpy does not append '\0'). These string are part of the -I and -O options.
    
        
file modified
+10 -1