diff options
Diffstat (limited to 'module-template.h')
-rw-r--r-- | module-template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module-template.h b/module-template.h index 05ef22a7..edf84a12 100644 --- a/module-template.h +++ b/module-template.h @@ -100,7 +100,7 @@ static rsRetVal doAction(uchar __attribute__((unused)) **ppString, unsigned __at DEFiRet; #define CODESTARTdoAction \ - assert(ppString != NULL); + /* ppString may be NULL if the output module requested no strings */ #define ENDdoAction \ return iRet;\ |