Files
test2/source/blender/blenlib/tests
Campbell Barton 1d1cade9a9 BLI_path: remove trailing NULL argument to BLI_path_join
Using varargs had the disadvantages, replace with a macro which has
some advantages.

- Arguments are type checked.
- Less verbose.
- Unintended NULL arguments would silently terminate joining paths.
- Passing in a NULL argument warns with GCC.
2022-10-17 11:16:41 +11:00
..
2022-06-22 18:58:25 -05:00
2022-09-28 09:41:28 +10:00