Blender Git Loki
Git Commits -> Revision 978a930
Revision 978a930 by Ray molenkamp (master) December 22, 2021, 15:39 (GMT) |
Fix: Build issue on 32 bit archs The cast to size_t leads to a build issue on 32 bit archs. cursor_delim_type_utf8 expects an int so an additional cast to size_t is not required. Reported by user frispete on devtalk. |
Commit Details:
Full Hash: 978a930d9cf655fb18cfec228cee0c58d9a82a4f
Parent Commit: aba91a7
Lines Changed: +1, -1
1 Modified Path:
/source/blender/blenlib/intern/string_cursor_utf8.c (+1, -1) (Diff)