Topic: [BUG] Console commands doesn't allow slashes
For example, if you try this command:
bind "mouse1" "+fire"
You'll see error.
This error can be solved that way:
*dst = *str;
dst++;
str++;
}
/* write null termination */
if (*dst) str++;
*dst = 0;
}
else
{
result->args[result->num_args++] = str;