Fix compiler warning.
get_user_name returns const char *, but we were assigning the result to a char * variable.
Showing
Please register or sign in to comment
get_user_name returns const char *, but we were assigning the result to a char * variable.