--- trunk/Interpreter.cpp.orig 2010-11-06 11:38:13 +0300 +++ trunk/Interpreter.cpp 2010-11-06 11:37:55 +0300 @@ -358,7 +358,7 @@ Interpreter::initialize() for (int t=0;timage; - fontfamily = QString::QString(); + fontfamily = QString(); fontpoint = 0; fontweight = 0; nsprites = 0; @@ -899,13 +899,12 @@ Interpreter::execByteCode() { // move file pointer to a specific loaction in file op++; + long pos = stack.popint(); int fn = stack.popint(); if (fn<0||fn>=NUMFILES) { printError(tr("Invallid File Number")); return -1; - } - - long pos = stack.popint(); + } if (stream[fn] == NULL) { @@ -1581,11 +1580,10 @@ Interpreter::execByteCode() op++; char *temp = stack.popstring(); - for(unsigned int p=0;p