mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Corrected namespace when calling convertSizetoUint
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
This commit is contained in:
parent
46e0a05078
commit
82fa10c227
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ static void csync_exclude_expand_escapes(QByteArray &input)
|
|||
line[o++] = line[i];
|
||||
}
|
||||
}
|
||||
input.resize(Utility::convertSizeToUint(o));
|
||||
input.resize(OCC::Utility::convertSizeToUint(o));
|
||||
}
|
||||
|
||||
// See http://support.microsoft.com/kb/74496 and
|
||||
|
|
Loading…
Reference in a new issue