OpenXcom Forum
Contributions => Programming => Topic started by: mattn on August 26, 2010, 03:15:30 pm
-
just a small memory leak and a possible null ptr reference.
it would be very nice if someone could apply svn:eol-style native to the source files in the svn.
doing this on linux would be something like:
for i in $(ls *.h *.cpp Makefile); do svn ps svn:eol-style native $i; done
That would really help to edit the code.
-
Thanks, commited it to SVN.