cc32130045
compile when using gcc 2.95.
13 lines
488 B
Text
13 lines
488 B
Text
$NetBSD: patch-ah,v 1.1 2004/02/14 22:27:30 kristerw Exp $
|
|
|
|
--- libfstt/raster_draw.cc.orig Sat Feb 14 22:09:49 2004
|
|
+++ libfstt/raster_draw.cc Sat Feb 14 22:10:01 2004
|
|
@@ -228,7 +228,7 @@
|
|
Rasterizer::drawBitmap(U8 *const bmp, int height, int dX)
|
|
{
|
|
// sort horizontal/vertical dots
|
|
- debug("dropoutControl = %d\n", gs.dropout_control);
|
|
+ debug1("dropoutControl = %d\n", gs.dropout_control);
|
|
if (dots[0] + 1 < dots0) {
|
|
preSort(dots[0] + 1, dots0);
|
|
endSort(dots[0] + 1, dots0);
|