We should use strcpy for copying strings whereever possible.
The system libraries do it in the most efficient manner
possible, so using strcpy will be faster than doing it by hand.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=19513
Can't remember the issue with this one, we need to be more
specific, I guess.
Logged In: YES
user_id=19513
We should use strcpy for copying strings whereever possible.
The system libraries do it in the most efficient manner
possible, so using strcpy will be faster than doing it by hand.