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/knotvector.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/glu/sgi/libnurbs/internals/knotvector.cc') diff --git a/src/glu/sgi/libnurbs/internals/knotvector.cc b/src/glu/sgi/libnurbs/internals/knotvector.cc index 50556f622dd..610046674cd 100644 --- a/src/glu/sgi/libnurbs/internals/knotvector.cc +++ b/src/glu/sgi/libnurbs/internals/knotvector.cc @@ -129,11 +129,11 @@ int Knotvector::validate( void ) void Knotvector::show( char *msg ) { #ifndef NDEBUG - dprintf( "%s\n", msg ); - dprintf( "order = %ld, count = %ld\n", order, knotcount ); + _glu_dprintf( "%s\n", msg ); + _glu_dprintf( "order = %ld, count = %ld\n", order, knotcount ); for( int i=0; i