Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2000 23:50:02 -0700 (PDT)
From:      Tim Vanderhoek <tim@localhost.nowhere>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/8501: snake has a segmentation fault depending%2
Message-ID:  <200005210650.XAA31730@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/8501; it has been noted by GNATS.

From: Tim Vanderhoek <tim@localhost.nowhere>
To: freebsd-gnats-submit@FreeBSD.org, andrew@ugh.net.au
Cc: vanderh@ecf.toronto.edu
Subject: Re: bin/8501: snake has a segmentation fault depending%2
Date: Sun, 21 May 2000 02:49:06 -0400 (EDT)

 >
 >        DO = tgetstr("do", &ap);
 >-       if (DO == 0)
 >+       if (DO == 0 && tgetflag("do"))
 >                DO = "\n";
 
 What are you trying to do here?
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005210650.XAA31730>