forked from pool/gnuplot
8077118341
checked in (request 37193) OBS-URL: https://build.opensuse.org/request/show/37193 OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=8
14 lines
496 B
Plaintext
14 lines
496 B
Plaintext
Index: gnuplot-4.2.6/src/gplt_x11.c
|
|
===================================================================
|
|
--- gnuplot-4.2.6.orig/src/gplt_x11.c 2010-03-04 10:45:10.000000000 +0100
|
|
+++ gnuplot-4.2.6/src/gplt_x11.c 2010-03-04 11:59:35.000000000 +0100
|
|
@@ -1189,7 +1189,7 @@ static int
|
|
read_input()
|
|
{
|
|
const int rdbuf_size = 10 * Nbuf;
|
|
- static char rdbuf[rdbuf_size+1];
|
|
+ static char rdbuf[10*Nbuf+1];
|
|
static int total_chars;
|
|
static int rdbuf_offset;
|
|
static int buf_offset;
|