diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-26 20:45:57 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-26 20:45:57 +0000 |
commit | 5efff9784a556c8e3fc7c93ea9957d087c57fc32 (patch) | |
tree | 97faa0bb9e0c14ab59a78659cc64499994989c18 /libpager | |
parent | 3a71d28fab9e13957ddeb9863f6cd2ad071bacaa (diff) |
(pager_create): Initialize P->anticipations.
Diffstat (limited to 'libpager')
-rw-r--r-- | libpager/pager-create.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |