X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c5fa2867a4a09bcc2b3933da72e820fb9f5ad8d1..6e51aaf823ae242f0fcd656cb7753b204bfe2efb:/Parser.hpp diff --git a/Parser.hpp b/Parser.hpp index 692be9b..aad1d47 100644 --- a/Parser.hpp +++ b/Parser.hpp @@ -354,7 +354,7 @@ struct CYContext { void ReplaceAll(Type_ *&values) { Type_ **last(&values); CYForEach (next, values) { - Replace(*last); + Replace(*last = next); last = &(*last)->next_; } }