From b5d61be21afa7c82be1d19c53b67fd0e7d30fc74 Mon Sep 17 00:00:00 2001 From: evomarc Date: Mon, 9 Dec 2002 06:19:56 +0000 Subject: [PATCH] Corrected an error in name of statusParam parameter --- eo/tutorial/html/SecondBitEA.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/tutorial/html/SecondBitEA.html b/eo/tutorial/html/SecondBitEA.html index c1ebd3cb..ea043f02 100644 --- a/eo/tutorial/html/SecondBitEA.html +++ b/eo/tutorial/html/SecondBitEA.html @@ -205,10 +205,10 @@ else, postpone these
      parser.printHelp(cout);
      exit(1);
   } -
if (status_nameParam.value() != "") +
if (statusParam.value() != "")
   {
      ofstream -os(status_nameParam.value().c_str()); +os(statusParam.value().c_str());
      os << parser; // and you can use that file as parameter file
   }