artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77a5e1f
)
from netbsd: fix bounds check (Klaus Klein)
author
niklas
<niklas@openbsd.org>
Wed, 31 Jan 1996 22:03:48 +0000
(22:03 +0000)
committer
niklas
<niklas@openbsd.org>
Wed, 31 Jan 1996 22:03:48 +0000
(22:03 +0000)
sys/arch/amiga/dev/grf_ul.c
patch
|
blob
|
history
diff --git
a/sys/arch/amiga/dev/grf_ul.c
b/sys/arch/amiga/dev/grf_ul.c
index
919c074
..
63987ad
100644
(file)
--- a/
sys/arch/amiga/dev/grf_ul.c
+++ b/
sys/arch/amiga/dev/grf_ul.c
@@
-1,4
+1,4
@@
-/* $NetBSD: grf_ul.c,v 1.1
0 1995/12/27 07:24:27
chopps Exp $ */
+/* $NetBSD: grf_ul.c,v 1.1
1 1996/01/28 20:06:15
chopps Exp $ */
#define UL_DEBUG
/*
@@
-471,7
+471,7
@@
grfulmatch(pdp, cfp, auxp)
#ifdef ULOWELLCONSOLE
if (amiga_realconfig == 0 || ulconunit != cfp->cf_unit) {
#endif
- if ((unsigned)ulowell_default_mon >
=
ulowell_mon_max)
+ if ((unsigned)ulowell_default_mon > ulowell_mon_max)
ulowell_default_mon = 1;
current_mon = ul_monitor_defs + ulowell_default_mon - 1;