Make more room for YAZ version string
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 12 Jan 2007 23:24:05 +0000 (23:24 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 12 Jan 2007 23:24:05 +0000 (23:24 +0000)
src/http_command.c

index 0ee4d7c..5d22900 100644 (file)
@@ -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 <stdio.h>
@@ -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;