]> mj.ucw.cz Git - libucw.git/blobdiff - lib/conf2-test.c
Lookup lists are no longer char**, but byte**.
[libucw.git] / lib / conf2-test.c
index aa804cfd92beaf8f827667fee6a352b19052d47f..3580f407679413c2d7cce0beebd14e02d4f5b213 100644 (file)
@@ -130,7 +130,7 @@ time_parser(uns number, byte **pars, time_t *ptr)
   return NULL;
 }
 
-static char *alphabet[] = { "alpha", "beta", "gamma", "delta", NULL };
+static byte *alphabet[] = { "alpha", "beta", "gamma", "delta", NULL };
 static struct cf_section cf_top = {
   CF_INIT(init_top),
   CF_COMMIT(commit_top),