escaped filenames in system() calls.
[swftools.git] / src / swfc.c
index 3f2df35..2be9d1c 100644 (file)
@@ -889,7 +889,7 @@ void s_textshape(char*name, char*fontname, float size, char*_text)
 void s_text(char*name, char*fontname, char*text, int size, RGBA color)
 {
     SRECT r;
-
+    MATRIX _m,*m=0;
     SWFFONT*font;
     font = dictionary_lookup(&fonts, fontname);
     if(!font)