Blender Git Loki
Git Commits -> Revision 45a312f
Revision 45a312f by Julian Eisel (master) September 29, 2021, 15:49 (GMT) |
Fix build failure on Windows + wrong buffer size Was using `NAME_MAX` which is defined in `limits.h`, which again may be implicitly included by the compiler. Intend was to use the Blender define `MAX_NAME`. |
Commit Details:
Full Hash: 45a312fd8fb98b970cb999c7afa53f83c66b97ec
Parent Commit: 9d9f205
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/asset/intern/asset_catalog.cc (+1, -1) (Diff)