Skip to content

Commit

Permalink
This deserves a whole commit
Browse files Browse the repository at this point in the history
Probably the most confusing bug I've ever chased down (it took 1:30h)
I do not have any excuse
  • Loading branch information
Stvff committed Mar 5, 2022
1 parent 3797736 commit b367d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aasm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit b367d25

Please sign in to comment.