Blender Git Commit Log
Git Commits -> Revision eb1d0e1
Revision eb1d0e1 by Campbell Barton (master) December 20, 2008, 17:09 (GMT) |
Bugfix since rev 2, BLO_setversionnumber() was using sizeof(array), which gives the sizeof the pointer, not the array. On a 64bit system I assume this would set 8 chars of a 4 char array. Turns out this isnt such a problem since BLO_setversionnumber isn't used anymore but way as well commit. |
Commit Details:
Full Hash: eb1d0e139f5dba57b487cc5d9149774175da16bd
SVN Revision: 17974
Parent Commit: c67d266
Lines Changed: +1, -1
1 Modified Path:
/source/blender/readblenfile/intern/BLO_readblenfile.c (+1, -1) (Diff)