CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/01/23 14:03:14

Modified files:
        server         : dlist.cpp 

Log message:
        minor comment fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/dlist.cpp?cvsroot=gnash&r1=1.111&r2=1.112

Patches:
Index: dlist.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/dlist.cpp,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -b -r1.111 -r1.112
--- dlist.cpp   23 Jan 2008 12:39:37 -0000      1.111
+++ dlist.cpp   23 Jan 2008 14:03:14 -0000      1.112
@@ -644,7 +644,7 @@
     //GNASH_REPORT_FUNCTION;
     std::stack<int> clipDepthStack;
     
-    // We only advance characters which are out of the "removed" zone (or 
should we check isUnloaded?)
+    // We only display characters which are out of the "removed" zone (or 
should we check isUnloaded?)
     iterator it = beginNonRemoved(_charsByDepth);
     for(iterator endIt = _charsByDepth.end(); it != endIt; ++it)
     {


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to