Path: utzoo!attcan!uunet!mcvax!cernvax!ethz!forty2!poole From: poole@forty2.UUCP (Simon Poole) Newsgroups: comp.os.minix Subject: Bug termcap.c (tgoto) in ST-Minix 1.1 Message-ID: <599@forty2.UUCP> Date: 21 Jan 89 01:00:09 GMT Reply-To: poole@forty2.UUCP (Simon Poole) Organization: Exp. Physics University Zuerich Lines: 14 [This is slowly turning into a habit...] The termcap.c distributed with ST-Minix 1.1 (and the fixed version that was posted here sometime ago) have the following error (fixed in PC Minix 1.3): the variable incr (used as a flag in tgoto for the %i specification) is not initialized to 0 in tgoto, this should be done every time the function is called (best solution: move the declaration of incr into tgoto and initialize it to zero). -- ---------------------------------------------------------------------------- UUCP: ...mcvax!cernvax!forty2!poole Simon Poole BITNET: K538915@CZHRZU1A ----------------------------------------------------------------------------