Implementing issue #422, also briefly discussed with @lonvia

This commit is contained in:
Dennis Luxen 2012-10-06 17:22:53 +02:00
parent 680d3e7d92
commit 6fe931fe4c

View File

@ -119,7 +119,7 @@ int main (int argc, char *argv[]) {
ERR("The input data is broken. It is impossible to do any turns in this graph");
if(!testDataFile( (argc > 4 ? argv[3] : "profile.lua") )) {
if(!testDataFile( (argc > 3 ? argv[3] : "profile.lua") )) {
ERR("Need profile.lua to apply traffic signal penalty");
}
/*** Setup Scripting Environment ***/