diff --git a/pcregrep.c b/pcregrep.c index 64986b0..cd53c64 100644 --- a/pcregrep.c +++ b/pcregrep.c @@ -2437,7 +2437,7 @@ return options; static char * ordin(int n) { -static char buffer[8]; +static char buffer[14]; char *p = buffer; sprintf(p, "%d", n); while (*p != 0) p++;