gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server/vm ActionExec.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server/vm ActionExec.cpp
Date: Fri, 01 Jun 2007 10:21:01 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/06/01 10:21:01

Modified files:
        server/vm      : ActionExec.cpp 

Log message:
        65536, not 65524 (typo)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/vm/ActionExec.cpp?cvsroot=gnash&r1=1.36&r2=1.37

Patches:
Index: ActionExec.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/vm/ActionExec.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- ActionExec.cpp      1 Jun 2007 10:04:39 -0000       1.36
+++ ActionExec.cpp      1 Jun 2007 10:21:01 -0000       1.37
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-/* $Id: ActionExec.cpp,v 1.36 2007/06/01 10:04:39 strk Exp $ */
+/* $Id: ActionExec.cpp,v 1.37 2007/06/01 10:21:01 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -247,7 +247,7 @@
        if ( pc <= oldPc )
        {
                // TODO: specify in the .gnashrc ?
-               size_t maxBranchCount = 65524; // what's enough ?
+               size_t maxBranchCount = 65536; // what's enough ?
                if ( ++branchCount > maxBranchCount )
                {
                        char buf[256];




reply via email to

[Prev in Thread] Current Thread [Next in Thread]