X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=doc%2Fcodebeautifier.pl;h=923c7b196f8a1cbf09834e1183914a8f8695b4ed;hb=eda70699dfd61691a464663a40ebe909c63680be;hp=de760261ed2adcae54577ae674f6b3f500457cb4;hpb=cfde3bddd44142b4582624dac65f0602cab8e899;p=swftools.git 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 "";