From 9843274dc96ba4b3af079367f9704e232bde2b2d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 29 Jan 2008 14:18:12 +0000 Subject: bugfixing newly added action code --- action.h | 1 + 1 file changed, 1 insertion(+) (limited to 'action.h') diff --git a/action.h b/action.h index 4f1ba825..5bcdc461 100644 --- a/action.h +++ b/action.h @@ -88,6 +88,7 @@ rsRetVal actionWriteToAction(action_t *pAction); inline int actionIsSuspended(action_t *pThis) { int i; + ASSERT(pThis != NULL); i = pThis->bSuspended == 1; dbgprintf("in IsSuspend(), returns %d\n", i); return i; -- cgit