CVSROOT: /cvsroot/gnash Module name: gnash Changes by: Udo Giacomozzi <udog> 07/05/09 16:02:20
Modified files: . : ChangeLog testsuite/misc-ming.all: DrawingApiTestRunner.cpp Log message: testsuite/misc-ming.all/DrawingApiTestRunner.cpp: fix ambiguous strk() call CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3144&r2=1.3145 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DrawingApiTestRunner.cpp?cvsroot=gnash&r1=1.15&r2=1.16 Patches: Index: ChangeLog =================================================================== RCS file: /cvsroot/gnash/gnash/ChangeLog,v retrieving revision 1.3144 retrieving revision 1.3145 diff -u -b -r1.3144 -r1.3145 --- ChangeLog 9 May 2007 15:53:46 -0000 1.3144 +++ ChangeLog 9 May 2007 16:02:19 -0000 1.3145 @@ -1,3 +1,8 @@ +2007-05-09 Udo Giacomozzi <[EMAIL PROTECTED]> + + * testsuite/misc-ming.all/DrawingApiTestRunner.cpp: fix ambiguous + strk() call + 2007-05-09 Sandro Santilli <[EMAIL PROTECTED]> * testsuite/actionscript.all/Makefile.am: don't build the Index: testsuite/misc-ming.all/DrawingApiTestRunner.cpp =================================================================== RCS file: /cvsroot/gnash/gnash/testsuite/misc-ming.all/DrawingApiTestRunner.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -u -b -r1.15 -r1.16 --- testsuite/misc-ming.all/DrawingApiTestRunner.cpp 8 May 2007 22:13:47 -0000 1.15 +++ testsuite/misc-ming.all/DrawingApiTestRunner.cpp 9 May 2007 16:02:19 -0000 1.16 @@ -43,7 +43,7 @@ inscribedRect(int x, int y, int radius) { Range2d<int> ret; - float halfside = ((float)radius * sqrt(2))/2; + float halfside = ((float)radius * sqrt(2.0f))/2.0f; ret.expandTo(int(round(x-halfside)), int(round(y-halfside))); ret.expandTo(int(round(x+halfside)), int(round(y+halfside))); return ret; _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit