diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/command.c b/FICS/command.c index 3c99d20..f3c9110 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -143,8 +143,8 @@ alias_substitute(alias_type *alias_list, int num_alias, char *com_str, { char *atpos, *aliasval; char *s = com_str; - char *t = name; char name[MAX_COM_LENGTH] = { '\0' }; + char *t = name; int i = 0; /* |