Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gro-ove committed Mar 6, 2020
1 parent b0d90fa commit f226515
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inipp/utility/ini_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,6 @@ namespace utils
include_value = false;
return;
}
DBG(expr, error_msg)
if (handler) handler->on_error(file, (error_msg + "\nKey: " + key + "\nCommand: " + expr).c_str());
if (!prefix.empty() || !postfix.empty()) dest.data().push_back(prefix + postfix);
return;
Expand Down

0 comments on commit f226515

Please sign in to comment.