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