Skip to content

Commit

Permalink
stressGraphics: fix compilation error with R__HAS_CLOUDFLARE_ZLIB
Browse files Browse the repository at this point in the history
  • Loading branch information
pcanal committed Oct 7, 2024
1 parent e669ec7 commit 3fd371e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/stressGraphics.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2613,10 +2613,9 @@ void stressGraphics(Int_t verbose = 0, Bool_t generate = kFALSE, Bool_t keep_fil
} else {
#ifdef R__HAS_CLOUDFLARE_ZLIB
ref_name = "stressGraphics_builtinzlib.ref";
#else
#endif
}
FILE *sg = fopen(ref_name, "r");
#endif
if (!sg) {
printf("Could not open %s\n", ref_name);
return;
Expand Down

0 comments on commit 3fd371e

Please sign in to comment.