Skip to content
Snippets Groups Projects
Commit 7f52ce18 authored by Philip Chimento's avatar Philip Chimento Committed by Philip Withnall
Browse files

gdb: Fix GHashTable pretty printer off-by-one error

Commit 7678b107 seems to have left the GHashTable pretty printer with an
off-by-one error, skipping the first key it encounters and printing an
extra garbage key/value pair instead. This fixes that by moving an
increment to the end of a loop rather than the beginning.
parent 3cf25070
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment