From: Adam Dickmeiss Date: Wed, 30 Jan 2002 22:02:03 +0000 (+0000) Subject: WIN32 updates for YAZ client. X-Git-Tag: YAZ.1.8.5~5 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=7401a51ed865b1dcdf5905b2bc6c793dc023416e WIN32 updates for YAZ client. --- diff --git a/client/client.c b/client/client.c index fe742f4..6944d26 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2002, Index Data * See the file LICENSE for details. * - * $Id: client.c,v 1.139 2002-01-30 14:51:45 adam Exp $ + * $Id: client.c,v 1.140 2002-01-30 22:02:03 adam Exp $ */ #include @@ -2512,7 +2512,6 @@ void process_cmd_line(char* line) char *command_generator(const char *text, int state) { static idx; // index is the last used the last time command_generator was called - char *command; if (state==0) { idx = 0; } diff --git a/client/tabcomplete.c b/client/tabcomplete.c index d7bbe1c..d3ec86a 100644 --- a/client/tabcomplete.c +++ b/client/tabcomplete.c @@ -2,11 +2,12 @@ * Copyright (c) 2002, Index Data * See the file LICENSE for details. * - * $Id: tabcomplete.c,v 1.2 2002-01-30 14:51:45 adam Exp $ + * $Id: tabcomplete.c,v 1.3 2002-01-30 22:02:03 adam Exp $ */ #include #include +#include #include #include "tabcomplete.h" diff --git a/win/makefile b/win/makefile index cb376be..dc8a301 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # makefile.mak - makefile for MS NMAKE -# $Id: makefile,v 1.31 2001-12-30 22:21:11 adam Exp $ +# $Id: makefile,v 1.32 2002-01-30 22:02:03 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data @@ -199,6 +199,7 @@ TCLOPT= $(COMMON_TCL_OPTIONS) YAZ_CLIENT_OBJS= \ $(OBJDIR)\client.obj \ + $(OBJDIR)\tabcomplete.obj \ $(OBJDIR)\admin.obj YAZ_ZOOMSH_OBJS = \ @@ -819,7 +820,10 @@ $(ILL_OBJS): $(ILL_CORE_FILES) $(ITEM_REQ_FILES) ########################################################### # # $Log: makefile,v $ -# Revision 1.31 2001-12-30 22:21:11 adam +# Revision 1.32 2002-01-30 22:02:03 adam +# WIN32 updates for YAZ client. +# +# Revision 1.31 2001/12/30 22:21:11 adam # Scan for ZOOM. # # Revision 1.30 2001/10/28 23:28:26 adam