[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel BKE_global.h blender/source/blender/src usiblender.c

Ton Roosendaal ton at blender.org
Fri Jan 19 21:33:00 CET 2007


ton (Ton Roosendaal) 2007/01/19 21:33:00 CET

  Modified files:
    blender/source/blender/blenkernel BKE_global.h 
    blender/source/blender/src usiblender.c 
  
  Log:
  Bugfix #5664
  
  Report had a very strange crash, which in the end appeared to be using
  a filename of 165 chars long. This gave two bugs;
  
  - the readBlog() function failed on that
  - even worse: the struct Global still stored it in G.sce with 160 chars!
  
  This is definitely an important issue... and (for the devs reading the
  64 bits discussion) really not something allmighty coders are needed for!
  :)
  
  Revision  Changes    Path
  1.46      +2 -2      blender/source/blender/blenkernel/BKE_global.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/BKE_global.h.diff?r1=1.45&r2=1.46&cvsroot=bf-blender>
  1.140     +6 -3      blender/source/blender/src/usiblender.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/usiblender.c.diff?r1=1.139&r2=1.140&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list