summaryrefslogtreecommitdiff
path: root/TAO/tao/Compression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-02-28 15:16:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-02-28 15:16:17 +0000
commitf8d0a1a0f6c042d49f120cb4442dacac0143caca (patch)
tree346cc823d0a810b36ad8e4533d49459ef47155e7 /TAO/tao/Compression
parenteb9d3f6f0277aa5cb8a512d8d8a31f70b60c618e (diff)
downloadATCD-f8d0a1a0f6c042d49f120cb4442dacac0143caca.tar.gz
Fuzz
Diffstat (limited to 'TAO/tao/Compression')
-rw-r--r--TAO/tao/Compression/rle/RLECompressor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Compression/rle/RLECompressor.cpp b/TAO/tao/Compression/rle/RLECompressor.cpp
index 034697adaa5..a77a121f429 100644
--- a/TAO/tao/Compression/rle/RLECompressor.cpp
+++ b/TAO/tao/Compression/rle/RLECompressor.cpp
@@ -44,7 +44,7 @@ void
RLECompressor::compress(const ::Compression::Buffer &source, ::Compression::Buffer &target)
{
// Ensure maximum is at least X 1.1 input length.
- target.length(static_cast<CORBA::ULong>((source.length() * 1.1) + 32U));
+ target.length(static_cast<CORBA::ULong>((source.length() * 1.1) + 32U));
ACE_UINT64 out_len = ACE_RLECompression::instance()->compress( source.get_buffer(),
source.length(),
@@ -77,4 +77,4 @@ RLECompressor::decompress(const ::Compression::Buffer &source, ::Compression::Bu
}
TAO_END_VERSIONED_NAMESPACE_DECL
- \ No newline at end of file
+