gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/triangulate_impl.h


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libbase/triangulate_impl.h
Date: Fri, 29 Sep 2006 00:57:31 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/09/29 00:57:31

Modified files:
        .              : ChangeLog 
        libbase        : triangulate_impl.h 

Log message:
        Reverted stuff, %zd -> %lu.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.955&r2=1.956
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/triangulate_impl.h?cvsroot=gnash&r1=1.14&r2=1.15

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.955
retrieving revision 1.956
diff -u -b -r1.955 -r1.956
--- ChangeLog   29 Sep 2006 00:52:10 -0000      1.955
+++ ChangeLog   29 Sep 2006 00:57:30 -0000      1.956
@@ -1,8 +1,6 @@
 2006-09-29 Markus Gothe <address@hidden>
 
-       * utilities/parser.cpp, utilities/processor.cpp: Fixed "declaration 
-         of 'int getopt(int, char*  const*, const char*)' throws different 
-         exceptions" (running with -pedantic)
+       * libbase/triangulate_impl.h: %zd -> %lu.
 
 2006-09-28 Markus Gothe <address@hidden>
 

Index: libbase/triangulate_impl.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/triangulate_impl.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- libbase/triangulate_impl.h  30 Aug 2006 13:50:04 -0000      1.14
+++ libbase/triangulate_impl.h  29 Sep 2006 00:57:30 -0000      1.15
@@ -1872,7 +1872,7 @@
                {
                        // Bad input, odd number of coords.
                        assert(0);
-                       fprintf(stderr, "path[%d] has odd number of coords 
(%zd), dropping last value\n", i, path.size());//xxxx
+                       fprintf(stderr, "path[%d] has odd number of coords 
(%lu), dropping last value\n", i, path.size());//xxxx
                        path_size--;
                }
                for (int j = 0; j < path_size; j += 2)  // vertex coords come 
in pairs.




reply via email to

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