Revision: 38335
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38335
Author:   psy-fi
Date:     2011-07-12 14:17:06 +0000 (Tue, 12 Jul 2011)
Log Message:
-----------
compile fix for windows msvc

Modified Paths:
--------------
    branches/soc-2011-salad/source/blender/editors/space_view3d/view3d_draw.c

Modified: 
branches/soc-2011-salad/source/blender/editors/space_view3d/view3d_draw.c
===================================================================
--- branches/soc-2011-salad/source/blender/editors/space_view3d/view3d_draw.c   
2011-07-12 13:47:41 UTC (rev 38334)
+++ branches/soc-2011-salad/source/blender/editors/space_view3d/view3d_draw.c   
2011-07-12 14:17:06 UTC (rev 38335)
@@ -3024,9 +3024,9 @@
                i = 0;
                do{
                        if(i)
-                               snprintf(imagefile, 1024, 
"%s%s_%s.%d.png",filename, ob->id.name, defgrp->name, i-1);
+                               BLI_snprintf(imagefile, 1024, 
"%s%s_%s.%d.png",filename, ob->id.name, defgrp->name, i-1);
                        else
-                               snprintf(imagefile, 1024, 
"%s%s_%s.png",filename, ob->id.name, defgrp->name);
+                               BLI_snprintf(imagefile, 1024, 
"%s%s_%s.png",filename, ob->id.name, defgrp->name);
                        i++;
                }while(BLI_exists(imagefile));
                /* cleanup the name so that it contains no illegal characters*/

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to