diff common/util.c @ 1376:fdef94da2d70

(issue176) Compare installation and registry path case insensitive.
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 04 Dec 2014 14:32:16 +0100
parents b90df38bb6dc
children 05c62ad0c74f
line wrap: on
line diff
--- a/common/util.c	Thu Dec 04 13:19:11 2014 +0100
+++ b/common/util.c	Thu Dec 04 14:32:16 2014 +0100
@@ -192,7 +192,7 @@
       goto done;
     }
 
-  ret = wcscmp (buf1, buf2) == 0;
+  ret = _wcsicmp (buf1, buf2) == 0;
 done:
   xfree (wpath1);
   xfree (wpath2);

http://wald.intevation.org/projects/trustbridge/