Merge branch 'master' into driver_framework

This commit is contained in:
Lorenz Meier 2015-11-20 09:46:25 +01:00
commit 4576e515e2

View File

@ -139,7 +139,7 @@ static void process_line(string &line, bool exit_on_fail)
{
if (line.length() == 0) {
printf("\n");
}
}
vector<string> appargs(8);