summaryrefslogtreecommitdiff
path: root/src/glu/sgi/libnurbs/internals/nurbsinterfac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/glu/sgi/libnurbs/internals/nurbsinterfac.cc')
-rw-r--r--src/glu/sgi/libnurbs/internals/nurbsinterfac.cc8
1 files changed, 4 insertions, 4 deletions
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
}
}