Use \n newlines in Darwin, too, not \r.
This commit is contained in:
@@ -248,8 +248,8 @@ void RageLog::Flush()
|
|||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#define NEWLINE "\r\n"
|
#define NEWLINE "\r\n"
|
||||||
#elif defined(DARWIN)
|
//#elif defined(DARWIN)
|
||||||
#define NEWLINE "\r"
|
//#define NEWLINE "\r"
|
||||||
#else
|
#else
|
||||||
#define NEWLINE "\n"
|
#define NEWLINE "\n"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user