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

Kent Mein mein at cs.umn.edu
Mon Apr 5 20:06:01 CEST 2004


sirdude (Kent Mein) 2004/04/05 20:06:00 CEST

  Modified files:
    blender/source/blender/src editmesh.c 
  
  Log:
  Code cleanups.  I removed a couple of unused vars.
  changed sprintf (var, "blahhh %"); to      sprintf(var, "blahhh %%");
  and initilized a questionable variable to NULL.
  
  drawd should be looked at to see if there is ever a time it might not
  be initalized and if so what would be a good default? 1?
  I left this one, but if I had to guess I'd initalize it to 1.
  
  Kent
  
  Revision  Changes    Path
  1.81      +8 -8      blender/source/blender/src/editmesh.c



More information about the Bf-blender-cvs mailing list