certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/libCERTI Interaction.cc


From: certi-cvs
Subject: [certi-cvs] certi/libCERTI Interaction.cc
Date: Wed, 16 Jul 2008 08:11:35 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     ROUSSELOT <rousse>      08/07/16 08:11:35

Modified files:
        libCERTI       : Interaction.cc 

Log message:
        I apologize about this very stupid bug. I think this correction will be 
Ok

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/Interaction.cc?cvsroot=certi&r1=3.41&r2=3.42

Patches:
Index: Interaction.cc
===================================================================
RCS file: /sources/certi/certi/libCERTI/Interaction.cc,v
retrieving revision 3.41
retrieving revision 3.42
diff -u -b -r3.41 -r3.42
--- Interaction.cc      24 Jun 2008 12:23:31 -0000      3.41
+++ Interaction.cc      16 Jul 2008 08:11:35 -0000      3.42
@@ -19,7 +19,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA
 //
-// $Id: Interaction.cc,v 3.41 2008/06/24 12:23:31 rousse Exp $
+// $Id: Interaction.cc,v 3.42 2008/07/16 08:11:35 rousse Exp $
 // ----------------------------------------------------------------------------
 
 
@@ -477,6 +477,8 @@
 
         answer->handleArraySize = list_size ;
         answer->handleArray.resize(list_size) ;
+        answer->sizeValueArray(list_size);
+
         for (int i = 0 ; i < list_size ; i++) {
             answer->handleArray[i] = parameter_list[i] ;
             answer->setValue(i, value_list[i].value, value_list[i].length);
@@ -530,4 +532,4 @@
 
 } // namespace certi
 
-// $Id: Interaction.cc,v 3.41 2008/06/24 12:23:31 rousse Exp $
+// $Id: Interaction.cc,v 3.42 2008/07/16 08:11:35 rousse Exp $




reply via email to

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