gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server movie_def_impl.h


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/server movie_def_impl.h
Date: Mon, 19 Jun 2006 16:10:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/06/19 16:10:48

Modified files:
        server         : movie_def_impl.h 

Log message:
        fixed bug #16882

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/movie_def_impl.h?cvsroot=gnash&r1=1.8&r2=1.9

Patches:
Index: movie_def_impl.h
===================================================================
RCS file: /sources/gnash/gnash/server/movie_def_impl.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- movie_def_impl.h    25 May 2006 11:52:58 -0000      1.8
+++ movie_def_impl.h    19 Jun 2006 16:10:48 -0000      1.9
@@ -363,9 +363,12 @@
            assert(m_loading_frame >= 0 && m_loading_frame < m_frame_count);
 
            tu_string   n = name;
-           assert(m_named_frames.get(n, NULL) == false);       // frame should 
not already have a name (?)
+
+                       if (m_named_frames.get(n, NULL) == false)       // 
frame should not already have a name (?)
+                       {
            m_named_frames.add(n, m_loading_frame);     // stores 0-based frame 
#
        }
+       }
 
        /// Set an input object for later loading DefineBits
        /// images (JPEG images without the table info).




reply via email to

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