Suspicious pointer error :D?
Posted: Mon Nov 14, 2011 2:05 pm
strcpy(CHAONAME, strlen(CHAONAME)-1);
This gives me an error ^^ Anyone mind helping out? I'm trying to make a "backspace" button haha.
This code crashes GE XDD
This gives me an error ^^ Anyone mind helping out? I'm trying to make a "backspace" button haha.
- Code: Select all
sprintf(CHAONAME, "%s", strlen(CHAONAME)-1);
This code crashes GE XDD