gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-366-gc925c14
Date: Sat, 11 Jun 2011 09:19:56 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  c925c14e5e87b78e6c64227713cdc0e51c67b635 (commit)
      from  69c9f248ae8576bc9d884d1ddfc11cd5f9f582f3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=c925c14e5e87b78e6c64227713cdc0e51c67b635


commit c925c14e5e87b78e6c64227713cdc0e51c67b635
Author: Sandro Santilli <address@hidden>
Date:   Sat Jun 11 11:19:39 2011 +0200

    Missing space in error message

diff --git a/libcore/vm/ActionExec.cpp b/libcore/vm/ActionExec.cpp
index 67630fb..afdcd88 100644
--- a/libcore/vm/ActionExec.cpp
+++ b/libcore/vm/ActionExec.cpp
@@ -537,7 +537,7 @@ ActionExec::cleanupAfterRun()
         // check if the stack was smashed
         if (_initialStackSize > env.stack_size()) {
             log_swferror(_("Stack smashed (ActionScript compiler bug, or "
-                "obfuscated SWF).Taking no action to fix (as expected)."));
+                "obfuscated SWF). Taking no action to fix (as expected)."));
         }
         else if (_initialStackSize < env.stack_size()) {
            log_swferror(_("%d elements left on the stack after block "

-----------------------------------------------------------------------

Summary of changes:
 libcore/vm/ActionExec.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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