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-605-ge9c54c0
Date: Sat, 30 Jul 2011 16:03:12 +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  e9c54c0c1741475280bc64c29272f421481a83fa (commit)
      from  9cde7f17f55385ae6d55ec68cd3ea9a05c2955a2 (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=e9c54c0c1741475280bc64c29272f421481a83fa


commit e9c54c0c1741475280bc64c29272f421481a83fa
Author: Sandro Santilli <address@hidden>
Date:   Sat Jul 30 18:02:48 2011 +0200

    Found another spurious newline

diff --git a/utilities/processor.cpp b/utilities/processor.cpp
index 938ff76..70930ef 100644
--- a/utilities/processor.cpp
+++ b/utilities/processor.cpp
@@ -503,7 +503,7 @@ play_movie(const std::string& filename, const RunResources& 
runResources)
         MovieClip::MovieVariables v;
         m.init(md.get(), v);
 
-        log_debug("iteration, timer: %lu, localDelay: %ld\n",
+        log_debug("iteration, timer: %lu, localDelay: %ld",
                 cl.elapsed(), localDelay);
         gnashSleep(localDelay);
         

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

Summary of changes:
 utilities/processor.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]