nQuake / server-linux

nQuake (QuakeWorld) server for Linux
http://www.nquake.com/
39 stars 14 forks source link

Preserve newlines when converting DOS to NIX at EOF #51

Closed KJXV closed 2 months ago

KJXV commented 2 months ago

Using literal "^M" instead of regex variable "\r" for Carriage Return was causing the letter M to be truncated. Also now changes CR to LF.