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-453-g844fda1
Date: Fri, 08 Jul 2011 14:05:58 +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  844fda11a033b6eb5a046d03e16e41dc39a1b7b8 (commit)
      from  e5de26fb745a8e62514af77732e25119a555bbef (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=844fda11a033b6eb5a046d03e16e41dc39a1b7b8


commit 844fda11a033b6eb5a046d03e16e41dc39a1b7b8
Author: Sandro Santilli <address@hidden>
Date:   Fri Jul 8 16:05:07 2011 +0200

    Log once about SetTabIndexTag being unimplemented

diff --git a/libcore/swf/SetTabIndexTag.cpp b/libcore/swf/SetTabIndexTag.cpp
index f468bf0..3d5593d 100644
--- a/libcore/swf/SetTabIndexTag.cpp
+++ b/libcore/swf/SetTabIndexTag.cpp
@@ -43,7 +43,7 @@ SetTabIndexTag::loader(SWFStream& in, TagType /*tag*/, 
movie_definition& /*md*/,
     boost::uint16_t tab_index = in.read_u16();
     UNUSED(tab_index);
 
-    log_unimpl("SetTabIndexTag");
+    LOG_ONCE( log_unimpl("SetTabIndexTag") );
 
 }
 

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

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