projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
066ce09
)
Make more room for YAZ version string
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 12 Jan 2007 23:24:05 +0000
(23:24 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 12 Jan 2007 23:24:05 +0000
(23:24 +0000)
src/http_command.c
patch
|
blob
|
history
diff --git
a/src/http_command.c
b/src/http_command.c
index
0ee4d7c
..
5d22900
100644
(file)
--- 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 <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;