Tag: cws_src680_sb59 User: oj Date: 2006/08/31 01:08:23 Modified: dba/connectivity/source/drivers/jdbc/ResultSet.cxx
Log: #i49786# reinsert fix File Changes: Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [changed]: ResultSet.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/ResultSet.cxx?r1=1.27&r2=1.27.46.1 Delta lines: +4 -4 ------------------- --- ResultSet.cxx 20 Jun 2006 01:35:49 -0000 1.27 +++ ResultSet.cxx 31 Aug 2006 08:08:21 -0000 1.27.46.1 @@ -4,9 +4,9 @@ * * $RCSfile: ResultSet.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.27.46.1 $ * - * last change: $Author: hr $ $Date: 2006/06/20 01:35:49 $ + * last change: $Author: oj $ $Date: 2006/08/31 08:08:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1434,7 +1434,7 @@ { // temporaere Variable initialisieren - static const char * cSignature = "(ILjava/lang/String)V"; + static const char * cSignature = "(ILjava/lang/String;)V"; static const char * cMethodName = "updateString"; // Java-Call absetzen static jmethodID mID = NULL; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
