From 010efcef35e700ea97a1408624a0721935bdf069 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 26 Apr 2006 11:48:14 +0200 Subject: [PATCH] Lookup lists are no longer char**, but byte**. --- lib/conf2-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/conf2-test.c b/lib/conf2-test.c index aa804cfd..3580f407 100644 --- a/lib/conf2-test.c +++ b/lib/conf2-test.c @@ -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), -- 2.39.5