Final malloc work for tonight. Note: BeOS code in do_open() is UNTESTED!

This commit is contained in:
William Kendrick 2003-07-26 11:17:49 +00:00
parent 335cd0bf14
commit 23ed4c11e4
2 changed files with 47 additions and 7 deletions

View file

@ -53,6 +53,9 @@ http://www.newbreedsoftware.com/tuxpaint/
* Removed static "MAX_FILES" limit; now mallocs space for file info.
structures. (Should fix large stack crash on OS X, which is good.)
* Fixed bug where ".thumbs" dir wouldn't get generated if it wasn't there
and you went to the 'Open' dialog.
2003.Jun.17 (0.9.11)
* Windows bugfixes.