Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 13 Star 76 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files Fix clang error for unsigned check. Loading branch information ... commit 2323a4dae498390a8906d2744b2b07daff3a8c6b 1 parent 5a2fa2a qpfiffer authored Mar 13, 2015 Unified Split Showing 1 changed file with 1 addition and 1 deletion . +1 −1 src/transaction.c Show notes View 2 src/transaction.c @@ -366,7 +366,7 @@ int olt_scoop(ol_transaction *tx, const char *key, size_t klen) { oper...