This commit is contained in:
Juergen Spitzmueller 2018-03-10 14:22:51 +01:00
parent 15fd17d83f
commit b2ccdae228

View File

@ -2051,7 +2051,7 @@ void Preamble::parse(Parser & p, string const & forceclass,
}
}
if (t.cs() == "includeonly") {
else if (t.cs() == "includeonly") {
vector<string> includeonlys = getVectorFromString(p.getArg('{', '}'));
for (auto & iofile : includeonlys) {
string filename(normalize_filename(iofile));