1 | [strings] |
1 | SOME_STRING_1 = hge->Ini_GetString("strings","SOME_STRING_1","Apple"); |
ProfEclipse said:Ini_GetString returns a pointer to a statically allocated buffer. You need to copy the string to your own buffer.
It looks like you're new here. If you want to get involved, click one of these buttons!