mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Fix warning when compiling without Readline
This commit is contained in:
parent
895b62edd0
commit
61d928ea68
@ -345,8 +345,10 @@ main(int argc, char **argv)
|
||||
MdbSQL *sql;
|
||||
FILE *in = NULL, *out = NULL;
|
||||
char *filename_in=NULL, *filename_out=NULL;
|
||||
#ifdef HAVE_READLINE_HISTORY
|
||||
char *home = getenv("HOME");
|
||||
char *histpath;
|
||||
#endif
|
||||
char *delimiter = NULL;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user