From 4c4c69e08dec92c04efe366387011f6262d7fd11 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Sun, 1 Jun 2008 20:31:12 +0000 Subject: [PATCH] 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/program@1391 a5681a0c-68f1-0310-ab6d-d61299d08faa --- src/rrd_not_thread_safe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rrd_not_thread_safe.c b/src/rrd_not_thread_safe.c index 91455143..c721cc2a 100644 --- a/src/rrd_not_thread_safe.c +++ b/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 */ -- 2.47.2