X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=doc%2Fcodebeautifier.pl;h=923c7b196f8a1cbf09834e1183914a8f8695b4ed;hp=de760261ed2adcae54577ae674f6b3f500457cb4;hb=76e4828d04a677b99f269171757dc687a57ee457;hpb=6164704c118ad49c9beaf029ee2e6f13e935bd52 diff --git a/doc/codebeautifier.pl b/doc/codebeautifier.pl index de76026..923c7b1 100644 --- a/doc/codebeautifier.pl +++ b/doc/codebeautifier.pl @@ -16,7 +16,7 @@ while() open(fi, ">tmp.sc");print fi $code;close(fi); print stderr "swfc tmp.sc ($name)\n"; - system("swfc tmp.sc >&2"); + system("../src/swfc tmp.sc >&2"); ($embed = `swfdump -e $name`) =~ /WIDTH="([^"]*)"/; $width = $1; print "";