aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/obsproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/obsproc.c')
-rw-r--r--FICS/obsproc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/FICS/obsproc.c b/FICS/obsproc.c
index c298d0a..f39d744 100644
--- a/FICS/obsproc.c
+++ b/FICS/obsproc.c
@@ -1808,7 +1808,6 @@ jsave_journalentry(int p, char save_spot, int p1, char from_spot, char *to_file)
FILE *Game;
char *name_from = parray[p1].login;
char *name_to = parray[p].login;
- char command[MAX_FILENAME_SIZE * 2 + 3];
char fname[MAX_FILENAME_SIZE];
char fname2[MAX_FILENAME_SIZE];
struct JGI_context ctx;