openbsd-ports/databases/keximdb/patches/patch-keximdb_src_keximdb_mdbmigrate_cpp

13 lines
644 B
Plaintext
Raw Normal View History

$OpenBSD: patch-keximdb_src_keximdb_mdbmigrate_cpp,v 1.1.1.1 2007/06/03 09:55:08 espie Exp $
--- keximdb/src/keximdb/mdbmigrate.cpp.orig Sun Jun 3 10:39:08 2007
+++ keximdb/src/keximdb/mdbmigrate.cpp Sun Jun 3 10:39:18 2007
@@ -112,7 +112,7 @@ bool MDBMigrate::drv_connect() {
if ( !m_properties[ nonUnicodePropId ].toCString().isEmpty() ) {
QCString encoding = m_properties[ nonUnicodePropId ].toCString();
- mdb_set_encoding( m_mdb, (const char*) encoding );
+// mdb_set_encoding( m_mdb, (const char*) encoding );
kdDebug() << "non-unicode encoding set to \""
<< encoding
<< "\"" << endl;