mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-27 16:57:21 +00:00
clarify comment
This commit is contained in:
@@ -317,7 +317,7 @@ void gcache_dump(char *path, char *lmdbname)
|
||||
|
||||
rc = mdb_cursor_open(txn, gc->dbi, &cursor);
|
||||
|
||||
/* -1 because we 0-terminate strings */
|
||||
/* -1 because we 0-terminate strings in values */
|
||||
while ((rc = mdb_cursor_get(cursor, &key, &data, MDB_NEXT)) == 0) {
|
||||
printf("%*.*s %*.*s\n",
|
||||
(int)key.mv_size, (int)key.mv_size, (char *)key.mv_data,
|
||||
|
||||
Reference in New Issue
Block a user