Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/fortune/fortune Prevent nasal demons in a case I spott...



details:   https://anonhg.NetBSD.org/src/rev/539e90730d74
branches:  trunk
changeset: 747004:539e90730d74
user:      dholland <dholland%NetBSD.org@localhost>
date:      Thu Aug 27 01:42:08 2009 +0000

description:
Prevent nasal demons in a case I spotted while preparing the previous.

diffstat:

 games/fortune/fortune/fortune.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r bee11a47948f -r 539e90730d74 games/fortune/fortune/fortune.c
--- a/games/fortune/fortune/fortune.c   Thu Aug 27 01:40:27 2009 +0000
+++ b/games/fortune/fortune/fortune.c   Thu Aug 27 01:42:08 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fortune.c,v 1.57 2009/08/27 01:40:27 dholland Exp $    */
+/*     $NetBSD: fortune.c,v 1.58 2009/08/27 01:42:08 dholland Exp $    */
 
 /*-
  * Copyright (c) 1986, 1993
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)fortune.c  8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: fortune.c,v 1.57 2009/08/27 01:40:27 dholland Exp $");
+__RCSID("$NetBSD: fortune.c,v 1.58 2009/08/27 01:42:08 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -843,7 +843,7 @@
        }
 #else
        if (posp != NULL) {
-               /*  *posp = NULL; -- not quite yet */
+               *posp = NULL;
        }
 #endif /* OK_TO_WRITE_DISK */
        DPRINTF(2, (stderr, "TRUE\n"));



Home | Main Index | Thread Index | Old Index