From: oetiker Date: Tue, 24 Aug 2010 05:20:40 +0000 (+0000) Subject: it's filename not filtename X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=372ab4d5e9689e01e7b7a770e1c380288c8b2d6a;p=rrdtool.git it's filename not filtename git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2122 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_fetch_libdbi.c b/src/rrd_fetch_libdbi.c index fb0dc7e..2c4c722 100644 --- a/src/rrd_fetch_libdbi.c +++ b/src/rrd_fetch_libdbi.c @@ -401,7 +401,7 @@ rrd_fetch_fn_libdbi( char where[10240]; table_help.conn=NULL; table_help.where=where; - table_help.filtename=filename; + table_help.filename=filename; /* some loop variables */ int i=0;