Show default attibute value in command line example - fix
authorTommaso Pecorella <tommaso.pecorella@unifi.it>
Mon, 18 Aug 2014 23:45:04 +0200
changeset 10866 e4b913c6fe41
parent 10865 23eb0f6c139a
child 10867 75c3c163aed0
Show default attibute value in command line example - fix
src/core/examples/command-line-example.cc
--- a/src/core/examples/command-line-example.cc	Mon Aug 18 12:36:07 2014 -0700
+++ b/src/core/examples/command-line-example.cc	Mon Aug 18 23:45:04 2014 +0200
@@ -98,7 +98,7 @@
   
     std::cout << std::setw (10)            << "anti:"
               << "\""
-              << info.initialValue->SerializeToString (info.checker)
+              << info.originalInitialValue->SerializeToString (info.checker)
               << "\""
               << std::endl;
   }