changeset 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 341f79090de2
children c8a6a3e6bdeb
files common/util.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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/