mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 09:58:40 -07:00
clarify comment
This commit is contained in:
parent
1f7b30fb90
commit
64c161d942
2
gcache.c
2
gcache.c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user