another config parser fix

master
Phitherek 2012-09-07 14:08:20 +02:00
parent e8805247a3
commit 4ffe747bb7
1 changed files with 1 additions and 0 deletions

1
3m.cpp
View File

@ -102,6 +102,7 @@ return 1;
*repoinfo = line;
action = "parse";
} else if(action == "end") {
conf.close();
return 0;
}
}