From: oetiker Date: Sun, 1 Jun 2008 20:31:12 +0000 (+0000) Subject: fliped order of rrd_context entries to match up with what was defined in rrd.h (based... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f6fd0be4e4a235f30a3a7901ea5e94afc34dfb76;hp=9e0296cabe0a9c2c0b139d8b70025e37483e7814;p=rrdtool-all.git fliped order of rrd_context entries to match up with what was defined in rrd.h (based on debuan bug 450578 git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1391 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_not_thread_safe.c b/program/src/rrd_not_thread_safe.c index 91455143..c721cc2a 100644 --- a/program/src/rrd_not_thread_safe.c +++ b/program/src/rrd_not_thread_safe.c @@ -23,8 +23,8 @@ static int rrd_context_init = 0; static struct rrd_context global_ctx = { MAXLEN, ERRBUFLEN, + rrd_liberror, rrd_error, - rrd_liberror }; /* #include */