@sukhmel I didn't look that far. Just read far enough to find the first line that plays games with array indexes without checking if it should.
@akunohana look into this line: intCheck[strlen(intCheck) - 1] = '\0';
That needs at least length 2 to work.
@sukhmel I didn't look that far. Just read far enough to find the first line that plays games with array indexes without checking if it should.