fixes printing issue in client_test

This commit is contained in:
Arvid Norberg 2008-02-28 02:46:01 +00:00
parent 35c113c0cb
commit 60add53428
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ char const* esc(char const* code)
#ifdef ANSI_TERMINAL_COLORS
// this is a silly optimization
// to avoid copying of strings
enum { num_strings = 20 };
enum { num_strings = 200 };
static char buf[num_strings][20];
static int round_robin = 0;
char* ret = buf[round_robin];