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-2224-g4dc8c58
Date: Wed, 02 Dec 2015 16:21:50 +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  4dc8c582a3777e55476e7221a4a3ef59c1540be5 (commit)
      from  ac2b26fd133b2fedf7f55c2e8e498a127907122a (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=4dc8c582a3777e55476e7221a4a3ef59c1540be5


commit 4dc8c582a3777e55476e7221a4a3ef59c1540be5
Author: Sandro Santilli <address@hidden>
Date:   Wed Dec 2 17:21:39 2015 +0100

    Remove SDL reference from base class error message

diff --git a/libsound/sound_handler.cpp b/libsound/sound_handler.cpp
index 78ea118..b329d7f 100644
--- a/libsound/sound_handler.cpp
+++ b/libsound/sound_handler.cpp
@@ -307,7 +307,7 @@ sound_handler::unplugInputStream(InputStream* id)
     // WARNING: erasing would break any iteration in the set
     InputStreams::iterator it2=_inputStreams.find(id);
     if (it2 == _inputStreams.end()) {
-        log_error(_("SDL_sound_handler::unplugInputStream: "
+        log_error(_("sound_handler::unplugInputStream: "
                     "Aux streamer %p not found. "),
                 id);
         return; // we won't delete it, as it's likely deleted already

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

Summary of changes:
 libsound/sound_handler.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]