X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fas3%2Fcompiler.c;h=de23f22b6a13f2d2e92784d7dfe5f7f0566ab19b;hp=597f3b9e5e07f41e38db7f5abe756fb71b92348f;hb=8a7da6f65154bb96d47695cbcbf42684cccb0aad;hpb=8384058f169f17c67c30f29aa30a285ed1e36b1b diff --git a/lib/as3/compiler.c b/lib/as3/compiler.c index 597f3b9..de23f22 100644 --- a/lib/as3/compiler.c +++ b/lib/as3/compiler.c @@ -199,7 +199,7 @@ void as3_parse_file(const char*filename) compile_list = 0; as3_pass = 1; - as3_parse_file_or_array(filename, fullfilename, 0,0); + as3_schedule_file(filename, fullfilename); as3_parse_scheduled(); registry_resolve_all();