lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6385] Reconcile generated input file before writing it


From: Greg Chicares
Subject: [lmi-commits] [6385] Reconcile generated input file before writing it
Date: Wed, 04 Nov 2015 04:16:22 +0000

Revision: 6385
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6385
Author:   chicares
Date:     2015-11-04 04:16:22 +0000 (Wed, 04 Nov 2015)
Log Message:
-----------
Reconcile generated input file before writing it

Modified Paths:
--------------
    lmi/trunk/custom_io_1.cpp

Modified: lmi/trunk/custom_io_1.cpp
===================================================================
--- lmi/trunk/custom_io_1.cpp   2015-11-02 23:51:20 UTC (rev 6384)
+++ lmi/trunk/custom_io_1.cpp   2015-11-04 04:16:22 UTC (rev 6385)
@@ -286,6 +286,8 @@
     z["AgentPhone"                 ] = AgentPhone;
     z["AgentId"                    ] = AgentLicense;
 
+    z = Input::magically_rectify(z);
+
     // For internal testing only, if "AutoClose" has this special
     // value, then write input in lmi's usual format.
     if("X" == AutoClose)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]