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-2232-g4f01617
Date: Mon, 07 Dec 2015 15:28:00 +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  4f01617d6179a311dead1cccdbeb945cb3007ec7 (commit)
      from  41ae739439c796f7f310f813f18cc12287b2e450 (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=4f01617d6179a311dead1cccdbeb945cb3007ec7


commit 4f01617d6179a311dead1cccdbeb945cb3007ec7
Author: Sandro Santilli <address@hidden>
Date:   Mon Dec 7 15:40:58 2015 +0100

    Fix debug build

diff --git a/libsound/sound_handler.cpp b/libsound/sound_handler.cpp
index b329d7f..c6dcaf4 100644
--- a/libsound/sound_handler.cpp
+++ b/libsound/sound_handler.cpp
@@ -263,7 +263,7 @@ sound_handler::stopEmbedSoundInstances(StreamingSoundData& 
def)
     for (InputStream* stream : playing)
     {
 #ifdef GNASH_DEBUG_SOUNDS_MANAGEMENT
-        log_debug(" unplugging input stream %p from stopEmbedSoundInstances", 
*i);
+        log_debug(" unplugging input stream %p from stopEmbedSoundInstances", 
stream);
 #endif
 
         // Explicitly calling the base class implementation
@@ -289,7 +289,7 @@ sound_handler::stopEmbedSoundInstances(EmbedSound& def)
     for (InputStream* stream : playing)
     {
 #ifdef GNASH_DEBUG_SOUNDS_MANAGEMENT
-        log_debug(" unplugging input stream %p from stopEmbedSoundInstances", 
*i);
+        log_debug(" unplugging input stream %p from stopEmbedSoundInstances", 
stream);
 #endif
 
         // Explicitly calling the base class implementation

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

Summary of changes:
 libsound/sound_handler.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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