From: Adam Dickmeiss Date: Wed, 22 Feb 1995 15:51:51 +0000 (+0000) Subject: Bug fix: swap of parameter number and offset in function present. X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=1eec6d442457f552c213ee1e6743d43a6fb44e1f;hp=5e33dc88f443af0f5b6693f13dc7ee8992ab6ca7;p=egate.git Bug fix: swap of parameter number and offset in function present. --- diff --git a/kernel/urp.c b/kernel/urp.c index 0e2e4d6..8ca9f84 100644 --- a/kernel/urp.c +++ b/kernel/urp.c @@ -2,7 +2,10 @@ * Europagate, 1995 * * $Log: urp.c,v $ - * Revision 1.11 1995/02/22 15:22:33 adam + * Revision 1.12 1995/02/22 15:51:51 adam + * Bug fix: swap of parameter number and offset in function present. + * + * Revision 1.11 1995/02/22 15:22:33 adam * Much more checking of run-time state. Show command never retrieves * more records than indicated by the previous search request. Help * command available. The maximum number of records retrieved can be @@ -364,7 +367,7 @@ struct command_word show_tab [] = { NULL, NULL } }; -static void present (const char *set, int number, int offset, +static void present (const char *set, int offset, int number, struct ccl_token *format_token) { const struct zass_presentent *zp;