aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/htadd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/htadd.c')
-rw-r--r--src/hyper/htadd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/htadd.c b/src/hyper/htadd.c
index 21321ae7..b3a5962a 100644
--- a/src/hyper/htadd.c
+++ b/src/hyper/htadd.c
@@ -94,7 +94,7 @@ main(int argc, char **argv)
using namespace OpenAxiom;
/*int i;*/
char db_dir[256]; /* the directory where the db file is */
- char dbfilename[256]; /* the database filename */
+ char dbfilename[512]; /* the database filename */
char *filenames[1000]; /* the files to be added */
char **fnames = filenames;
short flag; /* flag for deleting or adding */