summaryrefslogtreecommitdiffstats
path: root/rfbregion.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfbregion.c')
-rwxr-xr-xrfbregion.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rfbregion.c b/rfbregion.c
index d3e241a..ab83135 100755
--- a/rfbregion.c
+++ b/rfbregion.c
@@ -602,7 +602,6 @@ sraRegion *sraRgnBBox(const sraRegion *src) {
xmin=hcurr->start;
if(hcurr->end>xmax)
xmax=hcurr->end;
- fprintf(stderr,"%d,%d,%d,%d\n",hcurr->start,vcurr->start,hcurr->end,vcurr->end);
hcurr = hcurr->_next;
}
@@ -761,7 +760,7 @@ Bool sraRgnIteratorNext(sraRectangleIterator* i,sraRect* r)
}
if((i->ptrPos%4)!=2) {
- fprintf(stderr,"sraRgnIteratorNext: offset is wrong (%d%%4!=2)\n",i->ptrPos);
+ rfbLog("sraRgnIteratorNext: offset is wrong (%d%%4!=2)\n",i->ptrPos);
exit(-1);
}
OpenPOWER on IntegriCloud