From: Adam Dickmeiss Date: Fri, 12 Jan 2007 23:24:05 +0000 (+0000) Subject: Make more room for YAZ version string X-Git-Tag: stable.27032007~117 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=cf54154bcc2312c9009ec34b737aaea431b1b831;p=pazpar2-moved-to-github.git Make more room for YAZ version string --- diff --git a/src/http_command.c b/src/http_command.c index 0ee4d7c..5d22900 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -1,5 +1,5 @@ /* - * $Id: http_command.c,v 1.19 2007-01-12 23:07:54 adam Exp $ + * $Id: http_command.c,v 1.20 2007-01-12 23:24:05 adam Exp $ */ #include @@ -501,7 +501,7 @@ static void cmd_stat(struct http_channel *c) static void cmd_info(struct http_channel *c) { - char yaz_version_str[8]; + char yaz_version_str[20]; struct http_request *rq = c->request; struct http_response *rs = c->response;