summaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'action.h')
-rw-r--r--action.h1
1 files changed, 1 insertions, 0 deletions
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;