View Single Post
Mitchell
~lick~
Join Date: Mar 2010
Old 08-26-2019 , 16:05   Re: [SM] Exception reported: Array index out-of-bounds
Reply With Quote #2

Try reading the error
Your strlen() is returning 0 and then subtracting 1 making it go to -1 and out of bounds of the array.
Mitchell is offline