From: Adam Dickmeiss Date: Mon, 23 Jun 2003 15:38:16 +0000 (+0000) Subject: Fix printf (again) X-Git-Tag: ZEBRA.1.3.12~32 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=0b4d89b9cf179a6a8f707cb2b72f38971fb0defb Fix printf (again) --- 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;