From b367d254cca9947fd22336b5cf4ff4421deef1dd Mon Sep 17 00:00:00 2001 From: 0x4646 <65192177+StevenClifford@users.noreply.github.com> Date: Sat, 5 Mar 2022 22:41:29 +0100 Subject: [PATCH] This deserves a whole commit Probably the most confusing bug I've ever chased down (it took 1:30h) I do not have any excuse --- aasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aasm.c b/aasm.c index 9fa7039..93ce8ed 100644 --- a/aasm.c +++ b/aasm.c @@ -451,7 +451,7 @@ bool dothing(file_t file){ functionswitch(instruction, tmpptr, wasquat, tmpqptr); donothingsafe: - for(int i; i < argam; i++){ + for(int i = 0; i < argam; i++){ freequat(&tmpq[i]); free(tmp[i].nump); }