Skip to content
  • Rob Swindell's avatar
    3da0fe24
    Strip carriage returns from extended descriptions · 3da0fe24
    Rob Swindell authored
    On Windows, CRs in extended descriptions could result in output of
    \r\r\n which could be displayed as 2 newlines (e.g. in notepad.exe).
    Since the \n -> \r\n expansion already happens on Windows stdout,
    we don't want them in the processed input (file metadata).
    
    As reported by DesotoFireflite (VALHALLA), thank you!
    3da0fe24
    Strip carriage returns from extended descriptions
    Rob Swindell authored
    On Windows, CRs in extended descriptions could result in output of
    \r\r\n which could be displayed as 2 newlines (e.g. in notepad.exe).
    Since the \n -> \r\n expansion already happens on Windows stdout,
    we don't want them in the processed input (file metadata).
    
    As reported by DesotoFireflite (VALHALLA), thank you!
Loading