SHA256
1
0
forked from pool/kyotocabinet
kyotocabinet/gcc6-fix-errors.patch

12 lines
394 B
Diff

--- kyotocabinet-1.2.76/kcdbext.h 2016-05-25 11:32:53.591866016 +0200
+++ kyotocabinet-1.2.76/kcdbext.h 2012-05-24 18:27:59.000000000 +0200
@@ -1278,7 +1278,7 @@
if (omode_ == 0) {
set_error(_KCCODELINE_, BasicDB::Error::INVALID, "not opened");
*sp = 0;
- return false;
+ return '\0';
}
if (!cache_) return db_.get(kbuf, ksiz, sp);
size_t dvsiz = 0;