From 8ef363edec3df76c9637bd5b268babb823ba349a Mon Sep 17 00:00:00 2001 From: Philippe Canal <pcanal@fnal.gov> Date: Sun, 25 Jun 2006 14:08:35 +0000 Subject: [PATCH] some C compiler still can not handle C++ comments git-svn-id: http://root.cern.ch/svn/root/trunk@15535 27541ba8-7e3a-0410-8455-c3a389f83636 --- zip/inc/Bits.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/zip/inc/Bits.h b/zip/inc/Bits.h index 1ae3f075bf6..853770291a9 100644 --- a/zip/inc/Bits.h +++ b/zip/inc/Bits.h @@ -1,4 +1,4 @@ -/* @(#)root/zip:$Name: $:$Id: Bits.h,v 1.9 2006/06/20 13:21:24 brun Exp $ */ +/* @(#)root/zip:$Name: $:$Id: Bits.h,v 1.10 2006/06/25 10:23:51 brun Exp $ */ /* Author: */ /* @@ -438,9 +438,10 @@ void R__zip(int cxlevel, int *srcsize, char *src, int *tgtsize, char *tgt, int * err = deflate(&stream, Z_FINISH); if (err != Z_STREAM_END) { deflateEnd(&stream); - //no need to print an error message. We simply abandon the compression - //the buffer cannot be compressed or compressed buffer would be larger than original buffer - //printf("error %d in deflate (zlib) is not = %d\n",err,Z_STREAM_END); + /* No need to print an error message. We simply abandon the compression + the buffer cannot be compressed or compressed buffer would be larger than original buffer + printf("error %d in deflate (zlib) is not = %d\n",err,Z_STREAM_END); + */ return; } -- GitLab