X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b3c38c5f53b15b19451ca1e4d3c9c03984c6ad1d..f348c89090d46cd58f44ca15623dcc044454f874:/Decode.cpp diff --git a/Decode.cpp b/Decode.cpp index e7ea5f9..bcf7713 100644 --- a/Decode.cpp +++ b/Decode.cpp @@ -97,7 +97,7 @@ CYTypedIdentifier *Decode_(CYPool &pool, struct sig::Type *type) { fields = $ CYTypeStructField(typed, fields); } CYIdentifier *name(type->name == NULL ? NULL : $I(type->name)); - return $ CYTypedIdentifier($ CYTypeStruct(name, fields)); + return $ CYTypedIdentifier($ CYTypeStruct(name, $ CYStructTail(fields))); } break; }