1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

MotifUI.C: NULL is not 0

This commit is contained in:
Jon Trulson 2014-03-22 19:14:38 -06:00
parent 78fec87fa6
commit 9ed39fd5f2

View file

@ -190,7 +190,7 @@ void MotifUI::DoContextualHelp()
if (context_widget != NULL)
{
#else
int returnVal = DtHelpReturnSelectedWidgetId(shell, NULL, &context_widget);
int returnVal = DtHelpReturnSelectedWidgetId(shell, 0, &context_widget);
if (returnVal == DtHELP_SELECT_VALID)
{
#endif