restore back before introducing main.cpp
This commit is contained in:
@@ -67,7 +67,7 @@ std::string mini_sprintf(const std::string &format_str, const std::vector<MlValu
|
||||
for (si = format_str.begin(); si != format_str.end(); ++si) {
|
||||
c = *si;
|
||||
|
||||
// formating directives
|
||||
// formatting directives
|
||||
if (c == '%') {
|
||||
if (++si >= format_str.end()) {
|
||||
return output_str; // end of string, invalid % on last pos
|
||||
|
||||
Reference in New Issue
Block a user