X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Fclient.c;h=f0cab9b7b5d2f1313f48fd286bf80d9f5ee18a7c;hb=5d82112ae34413cae5553fc3e3e2c55ce45fc145;hp=09ab220f70e213dca4ca4b1f7e87be9d0895da46;hpb=74b2585ecf03192ddc7cf9796634b9cde008ec8b;p=yaz-moved-to-github.git diff --git a/client/client.c b/client/client.c index 09ab220..f0cab9b 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: client.c,v 1.245 2004-07-30 08:37:52 adam Exp $ + * $Id: client.c,v 1.246 2004-08-11 11:44:30 adam Exp $ */ #include @@ -3972,7 +3972,7 @@ void process_cmd_line(char* line) /* removed tailing spaces from the arg command */ { - char* p = arg; + unsigned char* p = arg; char* lastnonspace=NULL; for(;*p; ++p) {