From 771a0c20aad4eb450bc882b37141b0f921cce4e2 Mon Sep 17 00:00:00 2001 From: reinelt Date: Tue, 10 Feb 2004 07:42:36 +0000 Subject: [lcd4linux @ 2004-02-10 07:42:35 by reinelt] cut off all old-style files which are no longer used with NextGeneration git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@361 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- debug.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'debug.c') diff --git a/debug.c b/debug.c index a83cd66..937bc04 100644 --- a/debug.c +++ b/debug.c @@ -1,4 +1,4 @@ -/* $Id: debug.c,v 1.6 2003/10/05 17:58:50 reinelt Exp $ +/* $Id: debug.c,v 1.7 2004/02/10 07:42:35 reinelt Exp $ * * debug() and error() functions * @@ -22,6 +22,9 @@ * * * $Log: debug.c,v $ + * Revision 1.7 2004/02/10 07:42:35 reinelt + * cut off all old-style files which are no longer used with NextGeneration + * * Revision 1.6 2003/10/05 17:58:50 reinelt * libtool junk; copyright messages cleaned up * @@ -84,9 +87,12 @@ void message (int level, const char *format, ...) va_end(ap); if (!running_background) { + // Fixme +#if 0 #ifdef WITH_TEXT extern int curs_err(char *); if (!curs_err(buffer)) +#endif #endif fprintf (level?stdout:stderr, "%s\n", buffer); } -- cgit v1.2.3