Menu

#174 XRC codegen on Mac still uses CR for line endings

v1.0_(example)
open
nobody
None
5
2016-08-29
2016-08-29
Tim Roberts
No

The XRC code generator is still generating CR line endings on the Mac instead of LF. The Mac hasn't used CR for many, many years, and editors are confused by it. The solution is to delete lines 90 and 91 in xrccg.cpp.

Discussion