[Pkg-owncloud-commits] [owncloud-client] 274/498: do not use the path function here.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit d303df7fa0186c81c8de13583ddf4cb38cf556c9
Author: Klaas Freitag <freitag at owncloud.com>
Date: Fri Jul 3 16:23:52 2015 +0200
do not use the path function here.
---
csync/src/csync_misc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/csync/src/csync_misc.c b/csync/src/csync_misc.c
index 1c09d85..824e054 100644
--- a/csync/src/csync_misc.c
+++ b/csync/src/csync_misc.c
@@ -64,8 +64,8 @@ int csync_fnmatch(__const char *__pattern, __const char *__name, int __flags) {
(void) __flags;
- name = c_utf8_path_to_locale(__name);
- pat = c_utf8_string_to_locale(__pattern);
+ name = c_utf8_string_to_locale(__name);
+ pat = c_utf8_string_to_locale(__pattern);
match = PathMatchSpecW(name, pat);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list