dri: Rework planar image interface
[mesa.git] / src / glu / sgi / libnurbs / internals / tobezier.cc
index 4f1c02df59c8b3e8830e7cb89f31d2449eec1afe..531f26bc7836999c17d0f28abcbb9fb67e161cbf 100644 (file)
@@ -35,8 +35,6 @@
 /* 
  * tobezier.c++
  *
- * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $
- * $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/internals/tobezier.cc,v 1.1 2001/03/17 00:25:41 brianp Exp $
  */
 
 #include "glimports.h"
@@ -360,7 +358,7 @@ Knotspec::showpts( REAL *outpt )
            next->showpts( outpt );
     } else {
         for( REAL *lpt=outpt+prewidth; outpt != lpt; outpt += poststride )
-           dprintf(  "show %g %g %g\n", outpt[0], outpt[1], outpt[2] );
+           _glu_dprintf(  "show %g %g %g\n", outpt[0], outpt[1], outpt[2] );
     }
 }