summaryrefslogtreecommitdiffstats
path: root/tetris
diff options
context:
space:
mode:
authorblymn <blymn@NetBSD.org>2000-05-24 14:43:00 +0000
committerblymn <blymn@NetBSD.org>2000-05-24 14:43:00 +0000
commit941e288b49e2f4ff7a20f9a33c3767def7f3b029 (patch)
tree0df7efa110ab332a67b31755fc9c5ecd6ad85dfe /tetris
parentbb24b1dc9374332814305b4ad58f2e69507ebbb7 (diff)
downloadbsdgames-darwin-941e288b49e2f4ff7a20f9a33c3767def7f3b029.tar.gz
bsdgames-darwin-941e288b49e2f4ff7a20f9a33c3767def7f3b029.tar.zst
bsdgames-darwin-941e288b49e2f4ff7a20f9a33c3767def7f3b029.zip
Fix core dump.
Diffstat (limited to 'tetris')
-rw-r--r--tetris/screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tetris/screen.c b/tetris/screen.c
index 4b88db80..069e48a5 100644
--- a/tetris/screen.c
+++ b/tetris/screen.c
@@ -1,4 +1,4 @@
-/* $NetBSD: screen.c,v 1.14 2000/05/22 12:42:47 blymn Exp $ */
+/* $NetBSD: screen.c,v 1.15 2000/05/24 14:43:00 blymn Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -183,7 +183,7 @@ scr_init()
stop("you must set the TERM environment variable");
if (t_getent(&info, term) <= 0)
stop("cannot find your termcap");
- *combuf = NULL;
+ combuf = NULL;
{
register struct tcsinfo *p;