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.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server movie_def_impl.cpp
Date: Sat, 24 Jun 2006 15:27:33 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/06/24 15:27:33

Modified files:
        server         : movie_def_impl.cpp 

Log message:
        Use symbolic name for SWF::END

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/movie_def_impl.cpp?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: movie_def_impl.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/movie_def_impl.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- movie_def_impl.cpp  14 Jun 2006 13:02:50 -0000      1.10
+++ movie_def_impl.cpp  24 Jun 2006 15:27:33 -0000      1.11
@@ -401,7 +401,7 @@
 
             str.close_tag();
 
-            if (tag_type == 0)
+            if (tag_type == SWF::END)
                 {
                     if ((unsigned int) str.get_position() != file_end_pos)
                         {




reply via email to

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