certi-cvs
[Top][All Lists]
Advanced

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

certi/libCERTI MessageBuffer.cc


From: certi-cvs
Subject: certi/libCERTI MessageBuffer.cc
Date: Fri, 15 Feb 2008 15:24:04 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Mathé <jmm>    08/02/15 15:24:04

Modified files:
        libCERTI       : MessageBuffer.cc 

Log message:
        Forgot to return a value

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/MessageBuffer.cc?cvsroot=certi&r1=3.3&r2=3.4

Patches:
Index: MessageBuffer.cc
===================================================================
RCS file: /sources/certi/certi/libCERTI/MessageBuffer.cc,v
retrieving revision 3.3
retrieving revision 3.4
diff -u -b -r3.3 -r3.4
--- MessageBuffer.cc    15 Feb 2008 14:08:25 -0000      3.3
+++ MessageBuffer.cc    15 Feb 2008 15:24:03 -0000      3.4
@@ -360,7 +360,7 @@
 int32_t
 MessageBuffer::write_string(const std::string& str) {
    write_int32(str.length());
-   write_chars(str.c_str(),str.length());
+   return write_chars(str.c_str(),str.length());
 }
   
 std::string 




reply via email to

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