Blender Git Commit Log
Git Commits -> Revision cbb854a
Revision cbb854a by Ray molenkamp (master) March 11, 2020, 19:26 (GMT) |
Cleanup: Fix build warning on windows. printf is called for a size_t (64 bit on x64) type but the formatter is `%lu` (32 bit) leading to a warning with MSVC. `%zu` is the appropriate formatter. |
Commit Details:
Full Hash: cbb854a98f27de1aeb39318138998e3c7d628c2d
Parent Commit: 33c6b26
Lines Changed: +1, -1
1 Modified Path:
/source/blender/io/usd/intern/abstract_hierarchy_iterator.cc (+1, -1) (Diff)