mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtcm: Coverity 89182
This commit is contained in:
parent
e83f527376
commit
026a26ad4a
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ _DtCmsCmsentriesToAppt4ForClient(cms_entry *entries, Appt_4 **appt)
|
|||
extern CSA_return_code
|
||||
_DtCmsCmsentriesToAbbrAppt4ForClient(cms_entry *entries, Abb_Appt_4 **abbr)
|
||||
{
|
||||
CSA_return_code stat;
|
||||
CSA_return_code stat = CSA_SUCCESS;
|
||||
Abb_Appt_4 *newabbr, *prev, *head;
|
||||
|
||||
if (abbr == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue