From fed254a29f88d12d18b3e8dd06ef126bed219ed0 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 8 Aug 2007 08:20:06 +0000 Subject: changed function name dprintf() to dbgprintf() as it conflicts with the clib --- action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'action.h') diff --git a/action.h b/action.h index cda4130d..467404fc 100644 --- a/action.h +++ b/action.h @@ -69,7 +69,7 @@ inline int actionIsSuspended(action_t *pThis) { int i; i = pThis->bSuspended == 1; - dprintf("in IsSuspend(), returns %d\n", i); + dbgprintf("in IsSuspend(), returns %d\n", i); return i; } #endif -- cgit