From a9fc09cb1a1f4a37a75d2174d150127faf9ff798 Mon Sep 17 00:00:00 2001 From: takemura Date: Sat, 11 Dec 1999 03:29:26 +0000 Subject: [PATCH] I've took 1 for i. --- sys/arch/hpcmips/dev/fb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/hpcmips/dev/fb.c b/sys/arch/hpcmips/dev/fb.c index 6c499f64a159..f586ed552950 100644 --- a/sys/arch/hpcmips/dev/fb.c +++ b/sys/arch/hpcmips/dev/fb.c @@ -1,4 +1,4 @@ -/* $NetBSD: fb.c,v 1.9 1999/12/06 19:25:58 drochner Exp $ */ +/* $NetBSD: fb.c,v 1.10 1999/12/11 03:29:26 takemura Exp $ */ /*- * Copyright (c) 1999 @@ -67,7 +67,7 @@ static const char _copyright[] __attribute__ ((unused)) = "Copyright (c) 1999 Shin Takemura. All rights reserved."; static const char _rcsid[] __attribute__ ((unused)) = - "$Id: fb.c,v 1.9 1999/12/06 19:25:58 drochner Exp $"; + "$Id: fb.c,v 1.10 1999/12/11 03:29:26 takemura Exp $"; #include @@ -420,7 +420,7 @@ fb_getdevconfig(dc) */ ri->ri_devcmap[0] = bg; for (i = 1; i < 16; i++) { - ri->ri_devcmap[1] = fg; + ri->ri_devcmap[i] = fg; } #endif /* USE_RASTERCONS */ return (0);