diff options
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r-- | src/if_cscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c index f4286e412..1b0771337 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 *)); |