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