removed debugging messages
[swftools.git] / src / swfc.c
index ee86802..6857728 100644 (file)
@@ -2418,7 +2418,7 @@ int parseTwip(char*str)
     char*p = str;
     int val = 0;
     char ex = 0;
-    char*lastpos = str;
+    char*lastpos = 0;
     while(*p) {
        if(*p == '+' || *p == '-' || *p == '/' || *p == '*')
            ex = *p;