aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index ff7a2caed08..ed62de02433 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -3288,7 +3288,7 @@ w32_compare_strings (const char *s1, const char *s2, char *locname)
3288 CODESET part of LOCNAME. In particular, ls-lisp will want 3288 CODESET part of LOCNAME. In particular, ls-lisp will want
3289 NORM_IGNORESYMBOLS and sometimes LINGUISTIC_IGNORECASE or 3289 NORM_IGNORESYMBOLS and sometimes LINGUISTIC_IGNORECASE or
3290 NORM_IGNORECASE. */ 3290 NORM_IGNORECASE. */
3291 val = pCompareStringW (lcid, NORM_IGNORESYMBOLS, string1_w, -1, string2_w, -1); 3291 val = pCompareStringW (lcid, 0, string1_w, -1, string2_w, -1);
3292 SAFE_FREE (); 3292 SAFE_FREE ();
3293 if (!val) 3293 if (!val)
3294 { 3294 {