From 5efff9784a556c8e3fc7c93ea9957d087c57fc32 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 26 Mar 1996 20:45:57 +0000 Subject: (pager_create): Initialize P->anticipations. --- libpager/pager-create.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpager/pager-create.c') diff --git a/libpager/pager-create.c b/libpager/pager-create.c index 4f4cf5f6..f8bec185 100644 --- a/libpager/pager-create.c +++ b/libpager/pager-create.c @@ -1,5 +1,5 @@ /* Pager creation - Copyright (C) 1994, 1995 Free Software Foundation + Copyright (C) 1994, 1995, 1996 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -42,6 +42,7 @@ pager_create (struct user_pager_info *upi, p->noterm = 0; p->termwaiting = 0; p->waitingforseqno = 0; + p->anticipations = 0; p->pagemap = 0; p->pagemapsize = 0; -- cgit v1.2.3