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. 45dbc9fb24f7ae59eb6d


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 45dbc9fb24f7ae59eb6d7fd2193d26da1585b223
Date: Sun, 26 Sep 2010 09:52:17 +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  45dbc9fb24f7ae59eb6d7fd2193d26da1585b223 (commit)
      from  57f9bf4ab7f080870b9ad558423a89d699e26431 (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=45dbc9fb24f7ae59eb6d7fd2193d26da1585b223


commit 45dbc9fb24f7ae59eb6d7fd2193d26da1585b223
Author: Benjamin Wolsey <address@hidden>
Date:   Sun Sep 26 10:47:31 2010 +0200

    Drop debugging message.

diff --git a/libbase/GnashImageJpeg.cpp b/libbase/GnashImageJpeg.cpp
index 708e6eb..b89534b 100644
--- a/libbase/GnashImageJpeg.cpp
+++ b/libbase/GnashImageJpeg.cpp
@@ -130,7 +130,6 @@ public:
             const JOCTET wrong[] = { 0xff, 0xd9, 0xff, 0xd8 };
 
             if (std::equal(src->m_buffer, src->m_buffer + 4, wrong)) {
-                log_debug("Wrong bytes");
                 std::swap(src->m_buffer[1], src->m_buffer[3]);
             }
         }

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

Summary of changes:
 libbase/GnashImageJpeg.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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