Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wpiutil] DataLogBackgroundWriter: Normalize empty path name (wpilibs…
…uite#7151) An empty path isn't valid on it's own, so fs::space always returns an error. This results in UINT_MAX bytes being used instead of the actual free space, which means a default constructed DataLogBackgroundWriter won't stop for low space. Using "." instead makes the directory path the current working directory, which is the desired behavior
- Loading branch information