summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/rfb/zrleDecode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/rfb/zrleDecode.h b/common/rfb/zrleDecode.h
index b8148672..32b5c92b 100644
--- a/common/rfb/zrleDecode.h
+++ b/common/rfb/zrleDecode.h
@@ -134,7 +134,6 @@ void ZRLE_DECODE (const Rect& r, rdr::InStream* is,
} while (b == 255);
if (end - ptr < len) {
- fprintf (stderr, "ZRLE decode error\n");
throw Exception ("ZRLE decode error");
}
@@ -158,7 +157,6 @@ void ZRLE_DECODE (const Rect& r, rdr::InStream* is,
} while (b == 255);
if (end - ptr < len) {
- fprintf (stderr, "ZRLE decode error\n");
throw Exception ("ZRLE decode error");
}
}