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-1821-g59b4016
Date: Tue, 07 Jan 2014 17:26:48 +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  59b40166ef2b91f707cd4a29b57d2a1b7a2eae54 (commit)
      from  391e61f06b571c7c299e7bfffa9c4afc54171ce8 (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=59b40166ef2b91f707cd4a29b57d2a1b7a2eae54


commit 59b40166ef2b91f707cd4a29b57d2a1b7a2eae54
Author: Sandro Santilli <address@hidden>
Date:   Tue Jan 7 18:25:26 2014 +0100

    Drop unreachable code
    
    See 
https://scan5.coverity.com:8443/reports.htm#v33056/p10142/fileInstanceId=50500298&defectInstanceId=15380165&mergedDefectId=1149306

diff --git a/libcore/swf/DefineBitsTag.cpp b/libcore/swf/DefineBitsTag.cpp
index b7cff44..a7c8b79 100644
--- a/libcore/swf/DefineBitsTag.cpp
+++ b/libcore/swf/DefineBitsTag.cpp
@@ -322,8 +322,6 @@ checkFileType(SWFStream& in)
         return GNASH_FILETYPE_GIF;
     }
     return GNASH_FILETYPE_JPEG;  
-
-    assert(in.tell() == start);
 }
 
 

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

Summary of changes:
 libcore/swf/DefineBitsTag.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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