diff options
| -rw-r--r-- | FICS/obsproc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FICS/obsproc.c b/FICS/obsproc.c index fed36bf..27c5156 100644 --- a/FICS/obsproc.c +++ b/FICS/obsproc.c @@ -1879,7 +1879,6 @@ jsave_history(int p, char save_spot, int p1, int from, char *to_file) char *HistoryFname; char *name_to = parray[p].login; char End[100] = { '\0' }; - char command[MAX_FILENAME_SIZE * 2 + 3] = { '\0' }; char filename[MAX_FILENAME_SIZE + 1] = { '\0' }; // XXX char jfname[MAX_FILENAME_SIZE] = { '\0' }; char type[4]; |
