summaryrefslogtreecommitdiffstats
path: root/src/if_cscope.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-05-19 21:00:46 +0000
committerBram Moolenaar <Bram@vim.org>2005-05-19 21:00:46 +0000
commit051b782fa0ed834d7b4f80e5f1540d4d96e5f9d7 (patch)
treeeadaef546274775aaa08c66865db80b33e98abdb /src/if_cscope.c
parent9c13b359b496c5268702776105a9f87b269e84f3 (diff)
updated for version 7.0073
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r--src/if_cscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c
index f4286e4120..1b0771337a 100644
--- a/src/if_cscope.c
+++ b/src/if_cscope.c
@@ -2125,7 +2125,7 @@ cs_reset(eap)
{
char **dblist = NULL, **pplist = NULL, **fllist = NULL;
int i;
- char buf[8]; /* for sprintf " (#%d)" */
+ char buf[20]; /* for sprintf " (#%d)" */
/* malloc our db and ppath list */
dblist = (char **)alloc(CSCOPE_MAX_CONNECTIONS * sizeof(char *));