gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/vm/ASHandlers.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog server/vm/ASHandlers.cpp
Date: Tue, 03 Apr 2007 16:33:14 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/04/03 16:33:14

Modified files:
        .              : ChangeLog 
        server/vm      : ASHandlers.cpp 

Log message:
                * server/vm/ASHandlers.cpp: extend tag is not in testing
                  stage anymore, be more explicit about targetPath() arg
                  not casting to an object.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2766&r2=1.2767
http://cvs.savannah.gnu.org/viewcvs/gnash/server/vm/ASHandlers.cpp?cvsroot=gnash&r1=1.79&r2=1.80

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2766
retrieving revision 1.2767
diff -u -b -r1.2766 -r1.2767
--- ChangeLog   3 Apr 2007 16:32:04 -0000       1.2766
+++ ChangeLog   3 Apr 2007 16:33:13 -0000       1.2767
@@ -1,5 +1,8 @@
 2007-04-03 Sandro Santilli <address@hidden>
 
+       * server/vm/ASHandlers.cpp: extend tag is not in testing
+         stage anymore, be more explicit about targetPath() arg
+         not casting to an object.
        * server/movie_root.{cpp,h}: limit the number of interval
          timers to 255.
        * server/asobj/xmlsocket.{cpp,h}: more cleanups and fix for

Index: server/vm/ASHandlers.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/vm/ASHandlers.cpp,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- server/vm/ASHandlers.cpp    3 Apr 2007 16:13:07 -0000       1.79
+++ server/vm/ASHandlers.cpp    3 Apr 2007 16:33:14 -0000       1.80
@@ -14,7 +14,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: ASHandlers.cpp,v 1.79 2007/04/03 16:13:07 bjacques Exp $ */
+/* $Id: ASHandlers.cpp,v 1.80 2007/04/03 16:33:14 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -2357,7 +2357,8 @@
        else
        {
                IF_VERBOSE_ASCODING_ERRORS(
-               log_aserror("Argument to TargetPath() doesn't cast to a 
movieclip");
+               log_aserror("Argument to TargetPath(%s) doesn't cast to a 
movieclip",
+                       env.top(0).to_debug_string().c_str());
                );
                env.top(0).set_undefined();
        }
@@ -3111,7 +3112,7 @@
 
        sub->extends(*super);
 
-       dbglogfile << __PRETTY_FUNCTION__ << ": testing!" << endl;
+       //dbglogfile << __PRETTY_FUNCTION__ << ": testing!" << endl;
 }
 
 void




reply via email to

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