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

Kent Mein mein at cs.umn.edu
Thu Jan 5 21:52:51 CET 2006


sirdude (Kent Mein) 2006/01/05 21:52:51 CET

  Modified files:
    blender/source/blender/python/api2_2x Bone.c 
  
  Log:
  I added {}'s around an if block of code to prevent gcc from saying
  this else is ambiguous...
  code was
  if (blah) if (blah2) stuff; else stuff2;
  its now
  if (blah) { if (blah2) stuff; else stuff2; }
  
  Kent
  
  Revision  Changes    Path
  1.39      +5 -3      blender/source/blender/python/api2_2x/Bone.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Bone.c.diff?r1=1.38&r2=1.39&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list