fixed xml_ns.as
[swftools.git] / lib / as3 / expr.c
index 7a6d32c..1a67594 100644 (file)
@@ -145,7 +145,8 @@ static code_t* toreadwrite(code_t*in, code_t*middlepart, char justassign, char r
                 prefix = abc_dup(prefix); // we need the object, too
             }
             use_temp_var = 1;
-        } else if(m->type == MULTINAMEL || m->type == MULTINAMELA) {
+        } else if(m->type == MULTINAMEL || m->type == MULTINAMELA ||
+                 m->type == RTQNAME || m->type == RTQNAMEA) {
             if(!justassign) {
                 /* dupping two values on the stack requires 5 operations and one register- 
                    couldn't adobe just have given us a dup2? */