mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
cleanup
This commit is contained in:
parent
43d7f71c10
commit
70713e2535
1 changed files with 0 additions and 4 deletions
|
@ -699,11 +699,7 @@ static void perform_complex_alias(struct txt_q *input_q, char *orig, struct alia
|
|||
write_point += strlen(tokens[num]);
|
||||
} else if (*temp == ALIAS_GLOB_CHAR) {
|
||||
skip_spaces(&orig);
|
||||
<<<<<<< HEAD
|
||||
strcpy(write_point, orig); /* strcpy: OK */
|
||||
=======
|
||||
strcpy(write_point, orig); /* strcpy: OK */
|
||||
>>>>>>> f81cf2451717859aecaebb3ca07daf7b9d9a45a5
|
||||
write_point += strlen(orig);
|
||||
} else if ((*(write_point++) = *temp) == '$') /* redouble $ for act safety */
|
||||
*(write_point++) = '$';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue