OpenXcom Forum

Contributions => Programming => Topic started by: mattn on August 26, 2010, 03:15:30 pm

Title: Fixed two small bugs in the code
Post 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.
Title: Re: Fixed two small bugs in the code
Post by: SupSuper on August 27, 2010, 08:31:18 pm
Thanks, commited it to SVN.