[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1949] nagiosplug/trunk/lib/parse_ini.c
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Sat Mar 15 22:51:43 CET 2008
Revision: 1949
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1949&view=rev
Author: dermoth
Date: 2008-03-15 14:51:43 -0700 (Sat, 15 Mar 2008)
Log Message:
-----------
Oops - this line shouldn't have been here (doesn't even work anyways) ;)
Modified Paths:
--------------
nagiosplug/trunk/lib/parse_ini.c
Modified: nagiosplug/trunk/lib/parse_ini.c
===================================================================
--- nagiosplug/trunk/lib/parse_ini.c 2008-03-15 20:47:43 UTC (rev 1948)
+++ nagiosplug/trunk/lib/parse_ini.c 2008-03-15 21:51:43 UTC (rev 1949)
@@ -212,7 +212,6 @@
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"));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list