changing delay from command line to a number

This commit is contained in:
Axel Kittenberger 2013-06-07 14:24:02 +02:00
parent c785f0a2ad
commit d0c9a60213

View File

@ -3608,7 +3608,7 @@ function runner.configure( args, monitors )
{ {
1, 1,
function( secs ) function( secs )
clSettings.delay = secs clSettings.delay = secs + 0
end end
}, },