diff --git a/cde/lib/DtHelp/FormatSDL.c b/cde/lib/DtHelp/FormatSDL.c index 576668fda..7d99648c1 100644 --- a/cde/lib/DtHelp/FormatSDL.c +++ b/cde/lib/DtHelp/FormatSDL.c @@ -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)