MotifUI.C: NULL is not 0
authorJon Trulson <jon@radscan.com>
Sun, 23 Mar 2014 01:14:38 +0000 (19:14 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 23 Mar 2014 01:14:38 +0000 (19:14 -0600)
cde/programs/dtprintinfo/libUI/MotifUI/MotifUI.C

index 8ad7416e776215e3d0b711be884e77506704b4c7..50c7ed48931ebd9c781d48e5f5c61459c9a6c0fc 100644 (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