X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzoomsh.c;h=6aedbd06dcadcfca1501e73ec947edaaa33dea50;hb=65efc4dd0a947e1b4620d93c88d771b83bc32dac;hp=3890467f59e480cde1199d81939f4526749540cf;hpb=67940e6310f39f7e289d48a7d1fbb577eca56686;p=yaz-moved-to-github.git diff --git a/zoom/zoomsh.c b/zoom/zoomsh.c index 3890467..6aedbd0 100644 --- a/zoom/zoomsh.c +++ b/zoom/zoomsh.c @@ -1,5 +1,5 @@ /* - * $Id: zoomsh.c,v 1.10 2002-06-02 21:27:17 adam Exp $ + * $Id: zoomsh.c,v 1.11 2002-06-05 21:09:20 adam Exp $ * * ZOOM-C Shell */ @@ -85,7 +85,7 @@ static void cmd_get (ZOOM_connection *c, ZOOM_resultset *r, ZOOM_options options, const char **args) { - char key[40], val[80]; + char key[40]; if (!next_token_copy (args, key, sizeof(key))) { printf ("missing argument for get\n"); @@ -190,7 +190,6 @@ static void cmd_ext (ZOOM_connection *c, ZOOM_resultset *r, ZOOM_options options, const char **args) { - ZOOM_query s; ZOOM_package p[MAX_CON]; int i;