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-1214-g7a6bea9
Date: Tue, 25 Oct 2011 19:31:14 +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  7a6bea96a389b58cdc64ea545cfae9dcd9d7f3e2 (commit)
      from  aecaed76edc65b3fe68e63c81978683938e423ac (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=7a6bea96a389b58cdc64ea545cfae9dcd9d7f3e2


commit 7a6bea96a389b58cdc64ea545cfae9dcd9d7f3e2
Author: Sandro Santilli <address@hidden>
Date:   Tue Oct 25 21:30:06 2011 +0200

    Fix message typo (#34651)

diff --git a/libcore/asobj/MovieClipLoader.cpp 
b/libcore/asobj/MovieClipLoader.cpp
index 49067bc..d1a1af5 100644
--- a/libcore/asobj/MovieClipLoader.cpp
+++ b/libcore/asobj/MovieClipLoader.cpp
@@ -112,7 +112,7 @@ moviecliploader_loadClip(const fn_call& fn)
                IF_VERBOSE_ASCODING_ERRORS(
             std::stringstream ss; fn.dump_args(ss);
             log_aserror(_("MovieClipLoader.loadClip(%s): first argument must"
-                    "be a string"), ss.str());
+                    " be a string"), ss.str());
         );
         return as_value(false);
     }

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

Summary of changes:
 libcore/asobj/MovieClipLoader.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]