]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/util/strdicasecmp.c
Run dbpath through variable substitution
[netatalk.git] / libatalk / util / strdicasecmp.c
index d6b83bb4ffc228d1cee2a682c44eb92947db5307..ff7c0772c6a804654db836ddf4c783d91fc47020 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <atalk/util.h>
 
-unsigned const char    _diacasemap[] = {
+const int      _diacasemap[] = {
        /* map  value   name */
        0       /* 0    NUL*/,
        1       /* 1    SOH*/,
@@ -264,7 +264,7 @@ unsigned const char _diacasemap[] = {
        255     /* 255  caron*/,
 };
 
-unsigned const char    _dialowermap[] = {
+const int      _dialowermap[] = {
        /* map  value   name */
        0       /* 0    NUL*/,
        1       /* 1    SOH*/,