X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fplainfile.cpp;h=8dbd0eba678a993fc31ca70f937ce1dbc2932c1d;hb=bea71b0778660249cb48e979277341e3a54a192b;hp=78d9897b56707601ca46dec27361efcfe447d2e7;hpb=50597d2f7d3607e91c94601eb8eb495d73be3eae;p=metaproxy-moved-to-github.git diff --git a/src/plainfile.cpp b/src/plainfile.cpp index 78d9897..8dbd0eb 100644 --- a/src/plainfile.cpp +++ b/src/plainfile.cpp @@ -89,7 +89,7 @@ bool mp::PlainFile::getline(std::vector &args) m_p->close(); // might as well close it now return false; } - + m_p->lineno++; m_p->fh->getline(line_cstr, PLAINFILE_MAX_LINE-1); char first = line_cstr[0];