From dd2c1eb7809e235785d6b22bbd9b6914d37c0777 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 27 Apr 1993 10:03:56 +0000 Subject: [PATCH] Fix typo. --- v7/src/microcode/uxio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/uxio.c b/v7/src/microcode/uxio.c index fb3357159..5f638a385 100644 --- a/v7/src/microcode/uxio.c +++ b/v7/src/microcode/uxio.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: uxio.c,v 1.27 1993/04/27 09:36:36 cph Exp $ +$Id: uxio.c,v 1.28 1993/04/27 10:03:56 cph Exp $ Copyright (c) 1990-93 Massachusetts Institute of Technology @@ -549,7 +549,7 @@ DEFUN (UX_select_input, (fd, blockp), int fd AND int blockp) return (s); } { - unsigned int * scan = (&fds); + unsigned int * scan = (&fds[0]); unsigned int * end = (scan + nfds); while (scan < end) if ((*scan++) == fd) -- 2.25.1