commit | 051b782fa0ed834d7b4f80e5f1540d4d96e5f9d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 19 21:00:46 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 19 21:00:46 2005 +0000 |
tree | eadaef546274775aaa08c66865db80b33e98abdb | |
parent | 9c13b359b496c5268702776105a9f87b269e84f3 [diff] [blame] |
updated for version 7.0073
diff --git a/src/if_cscope.c b/src/if_cscope.c index f4286e4..1b07713 100644 --- a/src/if_cscope.c +++ b/src/if_cscope.c
@@ -2125,7 +2125,7 @@ { 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 *));