[Bf-blender-cvs] CVS commit: blender/source/blender/src filesel.c

Campbell Barton cbarton at metavr.com
Fri Apr 20 22:15:54 CEST 2007


campbellbarton (Campbell Barton) 2007/04/20 22:15:54 CEST

  Modified files:
    blender/source/blender/src filesel.c 
  
  Log:
  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.
  
  Revision  Changes    Path
  1.98      +4 -5      blender/source/blender/src/filesel.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/filesel.c.diff?r1=1.97&r2=1.98&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list