[rhmessaging-commits] rhmessaging commits: r3116 - store/trunk/cpp/lib/jrnl.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Feb 11 08:45:16 EST 2009


Author: kpvdr
Date: 2009-02-11 08:45:15 -0500 (Wed, 11 Feb 2009)
New Revision: 3116

Modified:
   store/trunk/cpp/lib/jrnl/jinf.cpp
Log:
Corrected a typo in the generated output of the journal info files *.jinf.

Modified: store/trunk/cpp/lib/jrnl/jinf.cpp
===================================================================
--- store/trunk/cpp/lib/jrnl/jinf.cpp	2009-02-10 16:23:50 UTC (rev 3115)
+++ store/trunk/cpp/lib/jrnl/jinf.cpp	2009-02-11 13:45:15 UTC (rev 3116)
@@ -348,7 +348,7 @@
     oss << "  <creation_time>" << std::endl;
     oss << "    <seconds value=\"" << _ts.tv_sec << "\" />" << std::endl;
     oss << "    <nanoseconds value=\"" << _ts.tv_nsec << "\" />" << std::endl;
-    oss << "    <string vlaue=\"" << (_tm_ptr->tm_year + 1900) << "/";
+    oss << "    <string value=\"" << (_tm_ptr->tm_year + 1900) << "/";
     oss << std::setw(2) << (_tm_ptr->tm_mon + 1) << "/" << std::setw(2) << _tm_ptr->tm_mday << " ";
     oss << std::setw(2) << _tm_ptr->tm_hour << ":" << std::setw(2) << _tm_ptr->tm_min << ":";
     oss << std::setw(2) << _tm_ptr->tm_sec << "." << std::setw(9) << _ts.tv_nsec;




More information about the rhmessaging-commits mailing list