notpod / Notpod-1.x

The codebase for Notpod 1.x
http://www.notpod.com
GNU General Public License v3.0
6 stars 7 forks source link

Fixed a bug in StandardSynchronizer.cs #1

Closed alobo closed 12 years ago

alobo commented 12 years ago

DirectoryInfo.GetFiles() throws an error when it reaches a file with an illegal character in its name. I replaced it with a recursive file function (FileRecursive.cs) - by handling each individual file, the ones with problematic file names can be skipped over.

jaranflaath commented 12 years ago

Thanks for your contribution. Will review and test as soon as possible!

jaranflaath commented 12 years ago

Thanks for your contribution! A new version including this fix will be released shortly.

alobo commented 12 years ago

No problem - I was glad to help! f you need any other assistance on the project, let me know, as I'd love to help out.