Are you sure that the total number of characters written to the url array is less than (or equal to) 100 characters. The behavior that you describe can be from writing past the end of an array into memory that you do not "own".
Are you sure that the total number of characters written to the url array is less than (or equal to) 100 characters. The behavior that you describe can be from writing past the end of an array into memory that you do not "own".
Not i am not sure, the problem are i dont understand how char works, and my english dont help to understand it... the google translator dont help too...
Can fix my code? to try understands where are my fault. Because, i am trying to undestand reading ofrum, tutorial, etc...for long weeks, and nothing...
I think i finally find the problem, got another char aux_str[200] on same void.
Then aux_str [200] (and only need 20), + url [160] get out of memmory...