Skip to content
Snippets Groups Projects
Commit bbfd632b authored by Rene Brun's avatar Rene Brun
Browse files

Message printed by R__Error is printed only when verbose >0

git-svn-id: http://root.cern.ch/svn/root/trunk@7279 27541ba8-7e3a-0410-8455-c3a389f83636
parent 6aaf65c4
No related branches found
No related tags found
No related merge requests found
/* @(#)root/zip:$Name: $:$Id: Bits.c,v 1.1.1.1 2000/05/16 17:00:47 rdm Exp $ */
/* @(#)root/zip:$Name: $:$Id: Bits.h,v 1.1 2003/08/22 10:08:27 brun Exp $ */
/* Author: */
/*
......@@ -440,8 +440,7 @@ void R__zip(int cxlevel, int *srcsize, char *src, int *tgtsize, char *tgt, int *
void R__error(char *msg)
{
fprintf(stderr,"R__zip: %s\n",msg);
if (verbose) fprintf(stderr,"R__zip: %s\n",msg);
error_flag = 1;
if (verbose) { } /*use verbose to avoid warning*/
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment