From 15e74a64414ac88439f54f6cab2619c2a2655842 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 14 Mar 2006 15:08:52 +0000 Subject: replace dprintf() with _glu_dprintf() (bug 6244) --- src/glu/sgi/libnurbs/internals/nurbsinterfac.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/glu/sgi/libnurbs/internals/nurbsinterfac.cc') diff --git a/src/glu/sgi/libnurbs/internals/nurbsinterfac.cc b/src/glu/sgi/libnurbs/internals/nurbsinterfac.cc index 1a68ca51d9..520bd419ea 100644 --- a/src/glu/sgi/libnurbs/internals/nurbsinterfac.cc +++ b/src/glu/sgi/libnurbs/internals/nurbsinterfac.cc @@ -232,7 +232,7 @@ NurbsTessellator::pwlcurve( long count, INREAL array[], long byte_stride, long t } if( i != count ) { do_nurbserror( 37 ); - dprintf( "point %d (%f,%f)\n", i, x, y ); + _glu_dprintf( "point %d (%f,%f)\n", i, x, y ); isDataValid = 0; return; } @@ -247,7 +247,7 @@ NurbsTessellator::pwlcurve( long count, INREAL array[], long byte_stride, long t } if( i != count ) { do_nurbserror( 37 ); - dprintf( "point %d (%f,%f)\n", i, x, y ); + _glu_dprintf( "point %d (%f,%f)\n", i, x, y ); isDataValid = 0; return; } @@ -460,7 +460,7 @@ NurbsTessellator::setnurbsproperty( long type, long purpose, INREAL *mat ) mapdesc->setBboxsize( mat ); } else { #ifndef NDEBUG - dprintf( "ERRORRORRORR!!!\n"); + _glu_dprintf( "ERRORRORRORR!!!\n"); #endif } } @@ -488,7 +488,7 @@ NurbsTessellator::setnurbsproperty( long type, long purpose, INREAL *mat, mapdesc->setBmat( mat, rstride, cstride ); } else { #ifndef NDEBUG - dprintf( "ERRORRORRORR!!!\n"); + _glu_dprintf( "ERRORRORRORR!!!\n"); #endif } } -- cgit v1.2.3