Author: Lawrence D'Oliveiro <ldo@geek-central.gen.nz>
Date: Thu Feb 14 03:19:57 2013 +0000
patches, mainly to path_util.[ch]:
More comments and some more informative variable names
More use of bool type, necessitating adding inclusion of BLI_utildefines.h, or moving it up in the inclusion order if it was already included, in various places
Make result from BLI_last_slash const, and explicitly cast it in places needing a non-const pointer
Remove some unneeded consts from non-pointer args in BLI_path_util.h (they only make sense in implementation in path_util.c)
Change a couple of array argument types to string pointers (that's what they are)