[Bf-blender-cvs] CVS commit: blender/source/blender/blenlib/intern util.c blender/source/blender/blenlib BLI_blenlib.h

Andrea Weikert elubie at gmx.net
Sat Nov 5 14:09:43 CET 2005


elubie (Andrea Weikert) 2005/11/05 14:09:43 CET

  Modified files:
    blender/source/blender/blenlib/intern util.c 
    blender/source/blender/blenlib BLI_blenlib.h 
  
  Log:
  Fix for #3316: do not convert slashes in the relname in BLI_make_file_string
  Also fixed signature to const char* to indicate which parameters can be changed
  to make it a bit safer, because constant strings are passed into this function
  and changing them caused a crash.
  
  Revision  Changes    Path
  1.31      +5 -9      blender/source/blender/blenlib/intern/util.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenlib/intern/util.c.diff?r1=1.30&r2=1.31&cvsroot=bf-blender>
  1.17      +3 -3      blender/source/blender/blenlib/BLI_blenlib.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenlib/BLI_blenlib.h.diff?r1=1.16&r2=1.17&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list