[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Text3d.c

Daniel Dunbar daniel at zuster.org
Sat Jul 9 19:54:03 CEST 2005


zuster (Daniel Dunbar) 2005/07/09 19:54:03 CEST

  Modified files:
    blender/source/blender/python/api2_2x Text3d.c 
  
  Log:
   - fix what appeared to be obvious bug, "if (fclose) fclose(file)" ->
     "if (file) fclose(file)", Text3d.c owner should check.
  
  Revision  Changes    Path
  1.10      +2 -2      blender/source/blender/python/api2_2x/Text3d.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Text3d.c.diff?r1=1.9&r2=1.10&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list