From: Thomas Guyot-Sionnest Date: Sat, 15 Mar 2008 21:51:43 +0000 (+0000) Subject: Oops - this line shouldn't have been here (doesn't even work anyways) ;) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=252d9a78ccaf08a175bb4fcbf91145761d47780d;p=nagiosplug.git Oops - this line shouldn't have been here (doesn't even work anyways) ;) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1949 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/lib/parse_ini.c b/lib/parse_ini.c index ade77e5..3f2aa3b 100644 --- a/lib/parse_ini.c +++ b/lib/parse_ini.c @@ -212,7 +212,6 @@ static int add_option(FILE *f, np_arg_list **optlst){ else optend=NULL; } if(optend==NULL) optend=eqptr; -//printf("o1: %c\n", *optptr[optend]); --optend; /* ^[[:space:]]*=foo is a syntax error */ if(optptr==eqptr) die(STATE_UNKNOWN, _("Config file error\n"));