Blender Git Loki
Git Commits -> Revision cbfeab7
Revision cbfeab7 by Campbell Barton (master) April 20, 2007, 20:15 (GMT) |
dumb mistake, wasnt UN-setting the flag to zero LIB_APPEND_TAX Fixed an error that could cause a possible memory corruption, library filenames were being used to make a menu, but memory was only being allocated FILE_MAX per lib rather then FILE_MAXDIR+FILE_MAX, since lib->name is the full path. was also doing lib->name+2 which isnt needed for a path. |
Commit Details:
Full Hash: cbfeab7e45a6b22a1140a369085f641d20d3e268
SVN Revision: 10563
Parent Commit: c7b1e5c
Lines Changed: +3, -4
1 Modified Path:
/source/blender/src/filesel.c (+3, -4) (Diff)