diff options
-rw-r--r-- | tools/cxsocket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cxsocket.c b/tools/cxsocket.c index 16f75674..2d444f47 100644 --- a/tools/cxsocket.c +++ b/tools/cxsocket.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: cxsocket.c,v 1.7 2007-01-20 17:24:39 phintuka Exp $ + * $Id: cxsocket.c,v 1.8 2007-03-14 11:48:42 phintuka Exp $ * */ @@ -277,7 +277,7 @@ ssize_t cxSocket::read(void *buffer, size_t size, int timeout_ms) ssize_t cxSocket::printf(const char *fmt, ...) { va_list argp; - char buf[256]; + char buf[1024]; int r; va_start(argp, fmt); |