Commit 5dcd45bc authored by bescoto's avatar bescoto

Fix for --override-chars-to-quote bug


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@673 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent ab09b43d
...@@ -177,7 +177,8 @@ class FSAbilities: ...@@ -177,7 +177,8 @@ class FSAbilities:
log.Log("Warning: File system no longer needs quoting, " log.Log("Warning: File system no longer needs quoting, "
"but will retain for backwards compatibility.", 2) "but will retain for backwards compatibility.", 2)
self.chars_to_quote = old_chars self.chars_to_quote = old_chars
else: log.Log.FatalError("""New quoting requirements elif Globals.chars_to_quote is None:
log.Log.FatalError("""New quoting requirements
This may be caused when you copy an rdiff-backup directory from a This may be caused when you copy an rdiff-backup directory from a
normal file system on to a windows one that cannot support the same normal file system on to a windows one that cannot support the same
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment