Skip to main content
1 of 2

Either stop trying to pass a string constant where a function takes a char*, or change the function so that it takes a const char* instead.