From 47bc1a69d423e15d986b802fade5a2b6a1462c49 Mon Sep 17 00:00:00 2001 From: Florian Uhlig Date: Fri, 20 Mar 2015 12:33:23 +0100 Subject: [PATCH] Fix problem with unknown escape sequence. FairRunOnline.cxx: There was a problem with a wrong escape sequence. On most systems this was ignored and only a warning was generated, but on Mac OSX 10.6 it was an error. Don't know how this comes in. All other occurences of '/' are correct. --- base/steer/FairRunOnline.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/steer/FairRunOnline.cxx b/base/steer/FairRunOnline.cxx index 66686fa749..3bdce1cddd 100644 --- a/base/steer/FairRunOnline.cxx +++ b/base/steer/FairRunOnline.cxx @@ -388,7 +388,7 @@ void FairRunOnline::GenerateHtml() << "" << endl << "Read a ROOT file" << endl << "" << endl - << "" << endl + << "" << endl << "" << endl << "" << endl << "