http://bugzilla.moblin.org/show_bug.cgi?id=6181
--- Comment #12 from pohly <patrick.ohly(a)intel.com> 2009-09-24 23:25:35 ---
(In reply to comment #11)
(In reply to comment #10)
> I made two changes and committed them to master. Please review and let me know
> whether you agree with them:
I think you did not push them...
Pushed now.
I pushed a fix to libsyncevo for the backend search problem:
Now scan backends in SYNCEVOLUTION_BACKEND_DIR *instead* if the environment is
set, both for enable-developer-mode is on/off.
I also changed the backend search code to facility the ReadDir wrapper class.
Merged. I fixed one minor issue in ReadDir: if throwError=false and an error
occurred, closedir() would have been called twice.
- if(throwError) {
+ if (throwError) {
throw;
+ } else {
+ return;
}
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.