Blender Git Loki
Git Commits -> Revision 53753c0
Revision 53753c0 by Sergey Sharybin (master) November 18, 2013, 12:13 (GMT) |
Fix T37488: Crash with --debug reading userpref.blend Issue was in fact caused by wrong DNA storage, which apparently was considering unsigned long as just 4 bytes here. Now use uint64_t to be sure timestamp does fit into storage on all the platforms. Thanks Campbell for help looking in the issue. |
Commit Details:
Full Hash: 53753c0ddc947aa74246492fb76466198a28db58
Parent Commit: 2b0162b
Lines Changed: +4, -3