All pastes #1953317 Raw Edit

teuf

public text v1 · immutable
#1953317 ·published 2010-10-03 10:22 UTC
rendered paste body
diff --git a/src/Dictionary.cpp b/src/Dictionary.cppindex d4aac2e..0030df6 100644--- a/src/Dictionary.cpp+++ b/src/Dictionary.cpp@@ -72,7 +72,7 @@ Dictionary::Dictionary(PList::Dictionary& d) : Structure()         subnode = NULL;         free(key);         key = NULL;-        plist_dict_next_item(_node, it, NULL, &subnode);+        plist_dict_next_item(_node, it, &key, &subnode);     }     free(it); }