Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594064 | Differences between
and this patch

Collapse All | Expand All

(-) (-1 / +1 lines)
Lines 1278-1284 Link Here
1278
    if (omode_ == 0) {
1278
    if (omode_ == 0) {
1279
      set_error(_KCCODELINE_, BasicDB::Error::INVALID, "not opened");
1279
      set_error(_KCCODELINE_, BasicDB::Error::INVALID, "not opened");
1280
      *sp = 0;
1280
      *sp = 0;
1281
      return false;
1281
      return NULL;
1282
    }
1282
    }
1283
    if (!cache_) return db_.get(kbuf, ksiz, sp);
1283
    if (!cache_) return db_.get(kbuf, ksiz, sp);
1284
    size_t dvsiz = 0;
1284
    size_t dvsiz = 0;

Return to bug 594064