1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

libDtHelp: Cov 88839

This commit is contained in:
Peter Howkins 2018-08-11 00:25:20 +01:00
parent 0e66cfee7f
commit b69319e43c

View file

@ -1045,7 +1045,7 @@ _DtHelpFormatTopic(
_DtHelpCeLockInfo lockInfo;
_FrmtUiInfo myUiInfo = defUiInfo;
DtHelpDispAreaStruct *pDAS = (DtHelpDispAreaStruct *) client_data;
_DtCvTopicInfo *topic;
_DtCvTopicInfo *topic = NULL;
if (_DtHelpCeLockVolume(volume, &lockInfo) != 0)
return -1;