From 9ed39fd5f21977d90083ada0cbba86d3a9616679 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 22 Mar 2014 19:14:38 -0600 Subject: [PATCH] MotifUI.C: NULL is not 0 --- cde/programs/dtprintinfo/libUI/MotifUI/MotifUI.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1