dtcreate: Resolve coverity issues

This commit is contained in:
Peter Howkins
2018-03-30 23:35:39 +01:00
parent e195df4b50
commit bcccf559ce
9 changed files with 53 additions and 41 deletions

View File

@@ -77,7 +77,7 @@ static void okCallback_OpenFile( Widget UxWidget,
_UxCOpenFile *UxSaveCtx, *UxContext;
XmFileSelectionBoxCallbackStruct *cbs;
/*char *text;*/
int rc;
int rc = 1; /* 1 = OpenDefinitionFile() failure */
ActionData ADTmp;
UxSaveCtx = UxOpenFileContext;