From 64808850222580f008163db7fd9e2267f505d35c Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 22 Mar 2014 22:45:05 +0000 Subject: use more suitable types --- atc/input.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'atc/input.c') diff --git a/atc/input.c b/atc/input.c index 5be372c9..c0d1be32 100644 --- a/atc/input.c +++ b/atc/input.c @@ -1,4 +1,4 @@ -/* $NetBSD: input.c,v 1.25 2014/03/22 22:24:21 dholland Exp $ */ +/* $NetBSD: input.c,v 1.26 2014/03/22 22:45:05 dholland Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -46,7 +46,7 @@ #if 0 static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: input.c,v 1.25 2014/03/22 22:24:21 dholland Exp $"); +__RCSID("$NetBSD: input.c,v 1.26 2014/03/22 22:45:05 dholland Exp $"); #endif #endif /* not lint */ @@ -393,7 +393,7 @@ setplane(int c) if (pp == NULL) return ("Unknown Plane"); (void)memcpy(&p, pp, sizeof (p)); - p.delayd = 0; + p.delayd = false; return (NULL); } @@ -474,7 +474,7 @@ delayb(int ch) ydiff = SGN(ydiff); if (xdiff != displacement[p.dir].dx || ydiff != displacement[p.dir].dy) return ("Beacon is not in flight path"); - p.delayd = 1; + p.delayd = true; p.delayd_no = bn; if (dest_type != T_NODEST) { -- cgit v1.2.3-56-ge451