mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-22 14:48:30 +00:00
970e50d1f1
"&04" was checking if file is readable by others, while "&0200" checks if it's writable for current user. (Fixes #904)