From 0b4d89b9cf179a6a8f707cb2b72f38971fb0defb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 23 Jun 2003 15:38:16 +0000 Subject: [PATCH] Fix printf (again) --- index/zebrash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 1.7.10.4