1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

libDtHelp: Cov 88365

This commit is contained in:
Peter Howkins 2018-08-11 01:26:59 +01:00
parent f14e247a41
commit 6a15c3deaa

View file

@ -2654,6 +2654,7 @@ _DtHelpCeIsTopTopic (
if (_DtHelpCeMapCcdfTargetToId(vol, id, &topicId) == 0 &&
_DtHelpCeGetCcdfTopTopic(vol, &topId) == 0)
result = _DtHelpCeStrCaseCmpLatin1(topId, topicId);
free(topicId);
}
else if (_DtHelpCeMapIdToSdlTopicId(vol, id, &topicId) == 0)
{