From cf54154bcc2312c9009ec34b737aaea431b1b831 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 12 Jan 2007 23:24:05 +0000 Subject: [PATCH] Make more room for YAZ version string --- src/http_command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 1.7.10.4