From 5ce0494ca1249adbb12df99293dfe48303c27dc1 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 1 May 2024 14:19:06 +0200 Subject: Moved statement --- FICS/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /* -- cgit v1.2.3