Blender Git Commit Log
Git Commits -> Revision 0c22680
April 5, 2004, 18:06 (GMT) |
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 |
Commit Details:
Full Hash: 0c22680f1b2e9b067d5172a57b82ba60201910c1
SVN Revision: 2241
Parent Commit: 7ba91ad
Lines Changed: +7, -7
1 Modified Path:
/source/blender/src/editmesh.c (+7, -7) (Diff)