mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
libDtHelp: Cov 88952
This commit is contained in:
parent
f896256ec9
commit
1ab2d10f01
1 changed files with 1 additions and 1 deletions
|
@ -5230,7 +5230,7 @@ VerifyAttrList(
|
||||||
ElementInfoPtr el_info,
|
ElementInfoPtr el_info,
|
||||||
const SDLElementAttrList *attr_list)
|
const SDLElementAttrList *attr_list)
|
||||||
{
|
{
|
||||||
long value;
|
long value = 0;
|
||||||
while (attr_list->sdl_attr_define != -1)
|
while (attr_list->sdl_attr_define != -1)
|
||||||
{
|
{
|
||||||
if (attr_list->sdl_value == SdlAttrValueRequired)
|
if (attr_list->sdl_value == SdlAttrValueRequired)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue