mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-12-21 11:00:04 +08:00
Fix warning when compiling without Readline
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user