Files
test/source
Campbell Barton 8b1c54cd50 Cleanup: remove redundant path functions
- BLI_path_normalize ran BLI_path_abs on a path that had already
  been made absolute.
- BLI_path_slash_ensure was called after BLI_path_normalize_dir
  which already ensures a slash.
2023-04-24 11:25:56 +10:00
..