]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/unicode/charcnv.c
use the right number for num charset and max charset, from Hat
[netatalk.git] / libatalk / unicode / charcnv.c
index 0071c68863c1ce03085c2749b36010325429ddb1..f560ad08cc2385a905ffc7ba1d6de24d0375c135 100644 (file)
@@ -66,7 +66,7 @@
  */
 
 
-#define MAX_CHARSETS 10
+#define MAX_CHARSETS 20
 
 #define CHECK_FLAGS(a,b) (((a)!=NULL) ? (*(a) & (b)) : 0 )