X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Fplainfile.cpp;h=8dbd0eba678a993fc31ca70f937ce1dbc2932c1d;hb=73f37c91c144b070020df2f27472c09b62367acf;hp=78fbb748a68f4f5ae9b9c0c9214004602dd6776d;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/plainfile.cpp b/src/plainfile.cpp index 78fbb74..8dbd0eb 100644 --- a/src/plainfile.cpp +++ b/src/plainfile.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2011 Index Data + Copyright (C) 2005-2012 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -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];