]> mj.ucw.cz Git - libucw.git/commitdiff
Lookup lists are no longer char**, but byte**.
authorMartin Mares <mj@ucw.cz>
Wed, 26 Apr 2006 09:48:14 +0000 (11:48 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 26 Apr 2006 09:48:14 +0000 (11:48 +0200)
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),