@@ -236,14 +236,14 @@ break; #endif #ifdef OF_IOS case 'q': /* iOS uses this for PRI?64 */ - if (!appendSubformat(ctx, ctx->format + ctx->i, 1)) + if (!append_subfmt(ctx, ctx->fmt + ctx->i, 1)) return false; - ctx->lengthModifier = LENGTH_MODIFIER_LL; + ctx->len_mod = LENGTH_MODIFIER_LL; break; #endif default: ctx->i--;