summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1a0ed0d)
raw | patch | inline | side by side (parent: 1a0ed0d)
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Sat, 15 Mar 2008 21:51:43 +0000 (21:51 +0000) | ||
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Sat, 15 Mar 2008 21:51:43 +0000 (21:51 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1949 f882894a-f735-0410-b71e-b25c423dba1c
lib/parse_ini.c | patch | blob | history |
diff --git a/lib/parse_ini.c b/lib/parse_ini.c
index ade77e5f84a9c40fe5b25023b984d9aa9f8d1954..3f2aa3b8ccbfc1bb94cab4b0a8bb1a43111cc665 100644 (file)
--- a/lib/parse_ini.c
+++ b/lib/parse_ini.c
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"));