From: Christian Kamm Date: Wed, 28 Oct 2015 08:53:06 +0000 (+0100) Subject: Fix compile after pull request merge X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~1489 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d2e5ba123ddfa45bed6d922172300f05fd4abead;p=nextcloud-desktop.git Fix compile after pull request merge It conflicted with the optimization in f18b40f7e7890a659d20f1d3bbd3125a3089b612 --- diff --git a/csync/src/csync_update.c b/csync/src/csync_update.c index 4945d44ac..e25af5168 100644 --- a/csync/src/csync_update.c +++ b/csync/src/csync_update.c @@ -747,7 +747,7 @@ int csync_ftw(CSYNC *ctx, const char *uri, csync_walker_fn fn, */ #ifndef _WIN32 if( d_name[0] == '.' ) { - fs->flags |= CSYNC_VIO_FILE_FLAGS_HIDDEN; + dirent->flags |= CSYNC_VIO_FILE_FLAGS_HIDDEN; } #endif