Blender Git Commit Log
Git Commits -> Revision fdae9e1
Revision fdae9e1 by Campbell Barton (master) October 28, 2017, 07:28 (GMT) |
BLI_array_store: correct hashing single bytes The single byte version of hash_data was casting from unsigned char instead of signed. This didn't cause any errors since the result of each aren't compared. Even so, better keep them matching. |
Commit Details:
Full Hash: fdae9e1e03e1fabf9e88a81a9b9bbee23bc1f456
Parent Commit: 8ac69ff
Lines Changed: +2, -2
1 Modified Path:
/source/blender/blenlib/intern/array_store.c (+2, -2) (Diff)