X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Ftokenizer.lex;h=16868d9bcd680524b33f4fccd30378059e5b7cb3;hb=0eda529c20b34e93cbac7b798bccd53df65304e6;hp=76fb483ed1cab5024b316804ae40353030761f18;hpb=d38bff51fe470dc652bb38f7da2e4cfebd800810;p=swftools.git diff --git a/lib/as3/tokenizer.lex b/lib/as3/tokenizer.lex index 76fb483..16868d9 100644 --- a/lib/as3/tokenizer.lex +++ b/lib/as3/tokenizer.lex @@ -74,7 +74,7 @@ void syntaxerror(const char*format, ...) va_start(arglist, format); vsprintf(buf, format, arglist); va_end(arglist); - fprintf(stderr, "%s:%d:%d: error: %s\n", current_filename, current_line, current_column, buf); + fprintf(stderr, "%s:%d:%d: error: %s\n", current_filename_short, current_line, current_column, buf); fflush(stderr); exit(1); }