Source-Changes-HG archive

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

[src/trunk]: src/games/hunt/huntd Er oops, fix previous.



details:   https://anonhg.NetBSD.org/src/rev/4dc367e94899
branches:  trunk
changeset: 328258:4dc367e94899
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Mar 29 22:30:27 2014 +0000

description:
Er oops, fix previous.

diffstat:

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

diffs (27 lines):

diff -r a15e1a0e4d39 -r 4dc367e94899 games/hunt/huntd/support.c
--- a/games/hunt/huntd/support.c        Sat Mar 29 22:29:55 2014 +0000
+++ b/games/hunt/huntd/support.c        Sat Mar 29 22:30:27 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: support.c,v 1.1 2014/03/29 22:29:55 dholland Exp $     */
+/*     $NetBSD: support.c,v 1.2 2014/03/29 22:30:27 dholland Exp $     */
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -36,7 +36,7 @@
 
 #include "hunt.h"
 
-__RCSID("$NetBSD: support.c,v 1.1 2014/03/29 22:29:55 dholland Exp $");
+__RCSID("$NetBSD: support.c,v 1.2 2014/03/29 22:30:27 dholland Exp $");
 
 void
 complain(int level, const char *fmt, ...)
@@ -54,7 +54,7 @@
        syslog(level, "%s", buf);
 #else
        (void)level;
-       vwarn("accept");
+       vwarn(fmt, ap);
 #endif
        va_end(ap);
 }



Home | Main Index | Thread Index | Old Index