Blender Git Commit Log
Git Commits -> Revision b839a5d
Revision b839a5d by Campbell Barton (master) March 6, 2020, 13:19 (GMT) |
Cleanup: remove BLI_cleanup_file In practice, references to files rarely have trailing slashes (by accident). Remove this function in favor of BLI_cleanup_path. |
Commit Details:
Full Hash: b839a5d0765bd449fb4f3a58ed683ec0233a8acf
Parent Commit: 0b16b63
Lines Changed: +6, -18
5 Modified Paths:
/source/blender/blenkernel/intern/bpath.c (+2, -2) (Diff)
/source/blender/blenlib/BLI_path_util.h (+2, -5) (Diff)
/source/blender/blenlib/intern/path_util.c (+0, -9) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/system/StringUtils.cpp (+1, -1) (Diff)
/source/blender/blenlib/BLI_path_util.h (+2, -5) (Diff)
/source/blender/blenlib/intern/path_util.c (+0, -9) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/system/StringUtils.cpp (+1, -1) (Diff)