libdthelp: resolve 46 compiler warnings

This commit is contained in:
Peter Howkins
2012-10-08 15:34:45 +01:00
parent c3c9abd86f
commit cd39eabb18
17 changed files with 45 additions and 43 deletions

View File

@@ -5195,7 +5195,7 @@ void _DtHelpGlobSrchInitVars(
srch->curVolRadBtnSens = False;
srch->volLeftCnt = 0;
srch->volListHead = NULL; /* info on search topics found */
srch->workProcId = NULL;
srch->workProcId = 0;
}