Nicolas Cannasse 12 years ago
parent
commit
56236db894
1 changed files with 2 additions and 1 deletions
  1. 2 1
      genswf.ml

+ 2 - 1
genswf.ml

@@ -878,7 +878,8 @@ let build_swf9 com file swc =
 							with Exit ->
 							with Exit ->
 								raw()
 								raw()
 							| _ ->
 							| _ ->
-								com.error ("Failed to decode this PNG " ^ file) p
+								com.error ("Failed to decode this PNG " ^ file) p;
+								raw();
 							)
 							)
 						| _ -> raw()
 						| _ -> raw()
 					) in
 					) in