mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
do not use the path function here.
This commit is contained in:
parent
a280007dc2
commit
d303df7fa0
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ int csync_fnmatch(__const char *__pattern, __const char *__name, int __flags) {
|
|||
|
||||
(void) __flags;
|
||||
|
||||
name = c_utf8_path_to_locale(__name);
|
||||
name = c_utf8_string_to_locale(__name);
|
||||
pat = c_utf8_string_to_locale(__pattern);
|
||||
|
||||
match = PathMatchSpecW(name, pat);
|
||||
|
|
Loading…
Reference in a new issue