summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-10 12:43:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-10 17:11:50 +0100
commitdda2d8718193230780f4fa2b964ef62ebaeb0367 (patch)
treee1b00910480e942986d9292b59be95f5a39d46de /tools
parentdfe74865e07bb5cac1c3da2393348f0163d58f19 (diff)
Massage odd TODO code some more
Change-Id: I0e4fab72a6384eab41eeb1357eaf88be876a6b52
Diffstat (limited to 'tools')
-rw-r--r--tools/source/zcodec/zcodec.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/zcodec/zcodec.cxx b/tools/source/zcodec/zcodec.cxx
index 8d23861c796e..0d0ad2be93e0 100644
--- a/tools/source/zcodec/zcodec.cxx
+++ b/tools/source/zcodec/zcodec.cxx
@@ -273,7 +273,7 @@ long ZCodec::ReadAsynchron( SvStream& rIStm, sal_uInt8* pData, sal_uIntPtr nSize
if ( ( nMaxPos - nStreamPos ) < nInToRead )
{
rIStm.SetError( ERRCODE_IO_PENDING );
- err= ! Z_STREAM_END; // TODO What is appropriate code for this?
+ err= int(!Z_STREAM_END); // TODO What is appropriate code for this?
break;
}