Skip to content
Snippets Groups Projects
Commit 547ad661 authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'clang-handler' into 'main'

ROOT error handling: Explicitly load the atomic variable for the original handler

See merge request atlas/athena!71328
parents c922a4b4 d9fa43ef
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ void errorHandler (int level,
if (!rootErrorHandlers[i] (level, abort, location, msg)) return;
}
// They all returned true. Call the previous handler.
origHandler (level, abort, location, msg);
origHandler.load() (level, abort, location, msg);
}
......
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