diff options
Diffstat (limited to 'net/tools')
-rw-r--r-- | net/tools/dump_cache/dump_files.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tools/dump_cache/dump_files.cc b/net/tools/dump_cache/dump_files.cc index 50db69a..2fcf7a4 100644 --- a/net/tools/dump_cache/dump_files.cc +++ b/net/tools/dump_cache/dump_files.cc @@ -243,7 +243,7 @@ void DumpRankings(const disk_cache::RankingsNode& rankings) { printf("prev: 0x%x\n", rankings.prev); printf("entry: 0x%x\n", rankings.contents); printf("dirty: %d\n", rankings.dirty); - printf("pointer: 0x%x\n", rankings.pointer); + printf("pointer: 0x%x\n", rankings.dummy); printf("----------\n\n"); } |