Project

General

Profile

« Previous | Next » 

Revision ef2c274f

Added by skyjake over 9 years ago

Fixed|Unix|liblegacy: Path manipulation in Windows style file finding

The Unix version of these Windows style routines had some bugs that
apparently haven't surfaced before, perhaps because these use cases
are unique to relative paths.

- Returning the name of a directory when it has no parent directory
omitted the first character of the name.
- Splitting a path without an extension would cause unpredictable
behavior due to null pointer arithmetic.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences