From: Jon Trulson Date: Sun, 23 Mar 2014 01:14:38 +0000 (-0600) Subject: MotifUI.C: NULL is not 0 X-Git-Tag: 2.2.2~38 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9ed39fd5f21977d90083ada0cbba86d3a9616679;p=oweals%2Fcde.git MotifUI.C: NULL is not 0 --- diff --git a/cde/programs/dtprintinfo/libUI/MotifUI/MotifUI.C b/cde/programs/dtprintinfo/libUI/MotifUI/MotifUI.C index 8ad7416e..50c7ed48 100644 --- a/cde/programs/dtprintinfo/libUI/MotifUI/MotifUI.C +++ b/cde/programs/dtprintinfo/libUI/MotifUI/MotifUI.C @@ -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