1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 16:47:46 +02:00

Fixed it not compiling

This commit is contained in:
Sean Qureshi 2013-08-07 09:35:37 -07:00
parent 65694a06c4
commit 9e5c88859a

View File

@ -54,7 +54,7 @@ static void execute(ToxWindow *self, char *u_cmd)
if (cmd[0] == '/') {
int i;
for (i = i1; i < strlen(cmd); i++) { //This doesn't work when it doesn't end with a space and another word
for (i = i; i < strlen(cmd); i++) { //This doesn't work when it doesn't end with a space and another word
cmd[i - 1] = cmd[i]; //Still working on why
}
}