Update to Squirrel 3.0.7 stable
[supertux.git] / external / squirrel / sqstdlib / sqstdrex.cpp
index 20aa57d..5444d27 100644 (file)
@@ -459,7 +459,7 @@ static const SQChar *sqstd_rex_matchnode(SQRex* exp,SQRexNode *node,const SQChar
                                exp->_matches[capture].begin = cur;\r
                                exp->_currsubexp++;\r
                        }\r
-                       int tempcap = exp->_currsubexp;\r
+                       SQInteger tempcap = exp->_currsubexp;\r
                        do {\r
                                SQRexNode *subnext = NULL;\r
                                if(n->next != -1) {\r