1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-25 20:53:28 +00:00
Files
rclone/local
Nick Craig-Wood d205dc23e9 Fix oddities using a file in the root - fixes #471
* Check return from NewFsObject which caused nil ptr deref
  * Correct root directory from "" to string(os.PathSeparator) in getDirFile
2016-05-06 13:52:50 +01:00
..