X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2FBitmapOutputDev.cc;h=f61a80d64a0c2c22d0ceef2f1a15b1c250279501;hb=657c2fcbce639c122b5c932a13c20eed259bcec8;hp=e915bed4913c3883ba68ed89ee64f2259a7ce70e;hpb=18507d7cb3535fdfd333c0e33cf5db8bd5d6e40a;p=swftools.git diff --git a/lib/pdf/BitmapOutputDev.cc b/lib/pdf/BitmapOutputDev.cc index e915bed..f61a80d 100644 --- a/lib/pdf/BitmapOutputDev.cc +++ b/lib/pdf/BitmapOutputDev.cc @@ -292,7 +292,7 @@ void BitmapOutputDev::checkNewText() /* called once some new text was drawn on booltextdev, and before the same thing is drawn on gfxdev */ - msg(" Testing new text data against current bitmap data, state=%d, counter=%d\n", layerstate, dbg_btm_counter); + msg(" Testing new text data against current bitmap data, state=%d, counter=%d\n", layerstate, dbg_btm_counter); char filename1[80]; char filename2[80]; @@ -337,7 +337,7 @@ void BitmapOutputDev::checkNewText() void BitmapOutputDev::checkNewBitmap() { /* similar to checkNewText() above, only in reverse */ - msg(" Testing new graphics data against current text data, state=%d, counter=%d\n", layerstate, dbg_btm_counter); + msg(" Testing new graphics data against current text data, state=%d, counter=%d\n", layerstate, dbg_btm_counter); char filename1[80]; char filename2[80];