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:
parent
f14e247a41
commit
6a15c3deaa
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue