mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtcm: Coverity 89043
This commit is contained in:
parent
44574314f6
commit
e83f527376
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ get_attr_value(int type, char *valstr, cms_attribute_value **attrval)
|
|||
uint unum;
|
||||
CSA_reminder remval;
|
||||
CSA_opaque_data opqval;
|
||||
CSA_return_code stat;
|
||||
CSA_return_code stat = CSA_SUCCESS;
|
||||
|
||||
switch (type) {
|
||||
case CSA_VALUE_ENUMERATED:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue