aliens

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mattn

Pages: [1]
1
Programming / Fixed two small bugs in the code
« 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.

Pages: [1]