Browse code

Fix typo

(thanks Tomasz).

Török Edvin authored on 2010/03/25 02:14:24
Showing 1 changed files
... ...
@@ -428,7 +428,7 @@ int main(int argc, char **argv)
428 428
 	    break;
429 429
 	}
430 430
     }
431
-    if((opt = optget(opts,"BytecodeSecurity"))->enabled) {
431
+    if((opt = optget(opts,"BytecodeTimeout"))->enabled) {
432 432
 	cl_engine_set_num(engine, CL_ENGINE_BYTECODE_TIMEOUT, opt->numarg);
433 433
     }
434 434