Skip to content
Snippets Groups Projects
Commit b2352430 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

fix compile error flagged by latest clang++ 3.4.

parent 252b292d
Loading
......@@ -497,7 +497,7 @@ void TFilePrefetch::SaveBlockInCache(TFPBlock* block)
dirName.Form("%i", value);
fullPath += ("/" + dirName);
if (gSystem->OpenDirectory(fullPath) == false)
if (!gSystem->OpenDirectory(fullPath))
gSystem->mkdir(fullPath);
TFile* file = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment