mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
libDtHelp: Fix another regression caused by Coverity fix, clicking 'Help Manager' works again.
This commit is contained in:
parent
fff0c54538
commit
cb4075e855
1 changed files with 0 additions and 1 deletions
|
@ -2654,7 +2654,6 @@ _DtHelpCeIsTopTopic (
|
||||||
if (_DtHelpCeMapCcdfTargetToId(vol, id, &topicId) == 0 &&
|
if (_DtHelpCeMapCcdfTargetToId(vol, id, &topicId) == 0 &&
|
||||||
_DtHelpCeGetCcdfTopTopic(vol, &topId) == 0)
|
_DtHelpCeGetCcdfTopTopic(vol, &topId) == 0)
|
||||||
result = _DtHelpCeStrCaseCmpLatin1(topId, topicId);
|
result = _DtHelpCeStrCaseCmpLatin1(topId, topicId);
|
||||||
free(topicId);
|
|
||||||
}
|
}
|
||||||
else if (_DtHelpCeMapIdToSdlTopicId(vol, id, &topicId) == 0)
|
else if (_DtHelpCeMapIdToSdlTopicId(vol, id, &topicId) == 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue