1
0
Fork 0
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:
Peter Howkins 2018-08-11 00:43:46 +01:00
parent f896256ec9
commit 1ab2d10f01

View file

@ -5230,7 +5230,7 @@ VerifyAttrList(
ElementInfoPtr el_info,
const SDLElementAttrList *attr_list)
{
long value;
long value = 0;
while (attr_list->sdl_attr_define != -1)
{
if (attr_list->sdl_value == SdlAttrValueRequired)