mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
update: Make sure ulen is initialized.
This commit is contained in:
parent
452b0e96ec
commit
dbd242442f
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ int csync_ftw(CSYNC *ctx, const char *uri, csync_walker_fn fn,
|
|||
|
||||
while ((dirent = csync_vio_readdir(ctx, dh))) {
|
||||
const char *path = NULL;
|
||||
size_t ulen;
|
||||
size_t ulen = 0;
|
||||
int flen;
|
||||
int flag;
|
||||
|
||||
|
|
Loading…
Reference in a new issue