X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebrash.c;h=f86abad1fee9c25b10d56d5c813cd57d0f733689;hb=0b4d89b9cf179a6a8f707cb2b72f38971fb0defb;hp=0bc43eaefc95726e84424e96a1b5fd9871d70b4a;hpb=ae2d0647bd3a555df77397b6c2f9c129fda0733a;p=idzebra-moved-to-github.git diff --git a/index/zebrash.c b/index/zebrash.c index 0bc43ea..f86abad 100644 --- a/index/zebrash.c +++ b/index/zebrash.c @@ -1,5 +1,5 @@ /* zebrash.c - command-line interface to zebra API - * $Id: zebrash.c,v 1.12 2003-06-23 15:35:25 adam Exp $ + * $Id: zebrash.c,v 1.13 2003-06-23 15:38:16 adam Exp $ * * Copyrigth 2003 Index Data Aps * @@ -503,7 +503,7 @@ int onecommand( printf("expecting '%s'\n",rest); /*!*/ if (0==strstr(prevout,rest)) { - printf( "Failed expectation, '%s' not found\n", res); + printf( "Failed expectation, '%s' not found\n", rest); exit(9); } return 0;