summaryrefslogtreecommitdiff
path: root/src/glu/sgi/libnurbs/internals/sorter.cc
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-03-14 15:08:52 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-03-14 15:08:52 +0000
commit15e74a64414ac88439f54f6cab2619c2a2655842 (patch)
treeb66491ffc2cf37c74e1d431708e750550516b4e1 /src/glu/sgi/libnurbs/internals/sorter.cc
parent0f618b7eb7bea2d97212baefc71fbc80c78e7222 (diff)
replace dprintf() with _glu_dprintf() (bug 6244)
Diffstat (limited to 'src/glu/sgi/libnurbs/internals/sorter.cc')
-rw-r--r--src/glu/sgi/libnurbs/internals/sorter.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/glu/sgi/libnurbs/internals/sorter.cc b/src/glu/sgi/libnurbs/internals/sorter.cc
index 876b34bf7d..bf13a68d72 100644
--- a/src/glu/sgi/libnurbs/internals/sorter.cc
+++ b/src/glu/sgi/libnurbs/internals/sorter.cc
@@ -35,8 +35,8 @@
/*
* sorter.c++
*
- * $Date: 2001/11/29 16:16:55 $ $Revision: 1.2 $
- * $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/internals/sorter.cc,v 1.2 2001/11/29 16:16:55 kschultz Exp $
+ * $Date: 2006/03/14 15:08:52 $ $Revision: 1.3 $
+ * $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/internals/sorter.cc,v 1.3 2006/03/14 15:08:52 brianp Exp $
*/
#include "glimports.h"
@@ -57,7 +57,7 @@ Sorter::qsort( void *a, int n )
int
Sorter::qscmp( char *, char * )
{
- dprintf( "Sorter::qscmp: pure virtual called\n" );
+ _glu_dprintf( "Sorter::qscmp: pure virtual called\n" );
return 0;
}
@@ -65,14 +65,14 @@ Sorter::qscmp( char *, char * )
void
Sorter::qsexc( char *, char * )
{
- dprintf( "Sorter::qsexc: pure virtual called\n" );
+ _glu_dprintf( "Sorter::qsexc: pure virtual called\n" );
}
void
Sorter::qstexc( char *, char *, char * )
{
- dprintf( "Sorter::qstexc: pure virtual called\n" );
+ _glu_dprintf( "Sorter::qstexc: pure virtual called\n" );
}
void