mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-09 09:24:20 +01:00
clean-up
This commit is contained in:
parent
5c864a030d
commit
8bbcde427d
2 changed files with 2 additions and 1 deletions
|
|
@ -698,6 +698,7 @@ static void perform_complex_alias(struct txt_q *input_q, char *orig, struct alia
|
|||
strcpy(write_point, tokens[num]); /* strcpy: OK */
|
||||
write_point += strlen(tokens[num]);
|
||||
} else if (*temp == ALIAS_GLOB_CHAR) {
|
||||
skip_spaces(&orig);
|
||||
strcpy(write_point, orig); /* strcpy: OK */
|
||||
write_point += strlen(orig);
|
||||
} else if ((*(write_point++) = *temp) == '$') /* redouble $ for act safety */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue