X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_not_thread_safe.c;h=6fb835eef8e46f58bfe78dec29b446c11689d49d;hp=13160e69cea2fc835ec6faffcd8f38c068bcd673;hb=f9e5bd6a9d41c4607291cbbd88280129184ab325;hpb=29ede5b1f0d2a3941f5eaf2c3d53d4c6bd22b4ff diff --git a/src/rrd_not_thread_safe.c b/src/rrd_not_thread_safe.c index 13160e6..6fb835e 100644 --- a/src/rrd_not_thread_safe.c +++ b/src/rrd_not_thread_safe.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.1.x Copyright Tobias Oetiker, 1997 - 2002 + * RRDtool 1.2rc6 Copyright by Tobi Oetiker, 1997-2005 * This file: Copyright 2003 Peter Stamfest * & Tobias Oetiker * Distributed under the GPL @@ -13,6 +13,7 @@ #include "rrd_tool.h" #define MAXLEN 4096 #define ERRBUFLEN 256 + static char rrd_error[MAXLEN] = "\0"; static char rrd_liberror[ERRBUFLEN] = "\0"; /* The global context is very useful in the transition period to even