Skip to content

Commit

Permalink
add support for the conflict copy feature available on csync git
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Mac-Vicar P committed Sep 13, 2011
1 parent 7f8d1b6 commit 87ac6ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mirall/csyncfolder.cpp
Expand Up @@ -57,7 +57,12 @@ void CSyncThread::run()
if (error())
return;

#if LIBCSYNC_VERSION_INT >= CSYNC_VERSION_INT(0, 45, 0)
csync_enable_conflictcopys(csync);
#endif

_error = csync_init(csync);

if (error())
goto cleanup;

Expand Down

0 comments on commit 87ac6ca

Please sign in to comment.