

3·
3 days ago@akunohana look into this line:
intCheck[strlen(intCheck) - 1] = ‘\0’;
That needs at least length 2 to work.
I’ve been a software engineer for over 30 years. I live and breath geek stuff like Sci Fi, Space, computers retro tech. I try to keep my privacy while looking for folks to connect with here.


@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.