Skip to content
  • Rob Swindell's avatar
    a77e846b
    Strip carriage returns from extended descriptions · a77e846b
    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!
    a77e846b
    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