gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server shape.cpp


From: Martin Guy
Subject: [Gnash-commit] gnash/server shape.cpp
Date: Sat, 03 Mar 2007 13:05:27 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/03/03 13:05:27

Modified files:
        server         : shape.cpp 

Log message:
        Highlight nonsensical code, possible bug

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/shape.cpp?cvsroot=gnash&r1=1.29&r2=1.30

Patches:
Index: shape.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/shape.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- shape.cpp   19 Feb 2007 10:41:57 -0000      1.29
+++ shape.cpp   3 Mar 2007 13:05:27 -0000       1.30
@@ -5,7 +5,7 @@
 
 // Quadratic bezier outline shapes, the basis for most SWF rendering.
 
-/* $Id: shape.cpp,v 1.29 2007/02/19 10:41:57 strk Exp $ */
+/* $Id: shape.cpp,v 1.30 2007/03/03 13:05:27 martinwguy Exp $ */
 
 #include "shape.h"
 
@@ -119,6 +119,7 @@
        return false;
     }
 
+    // This test makes no sense: m_fill0 is unsigned and "1-based" -martin
     if (m_fill0 < 0) {
        // No interior fill.
        




reply via email to

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