diff --git a/cde/programs/dtinfo/dtinfo/src/Agents/OutlineListViewMotif.C b/cde/programs/dtinfo/dtinfo/src/Agents/OutlineListViewMotif.C index c4a24149c..5abb74051 100644 --- a/cde/programs/dtinfo/dtinfo/src/Agents/OutlineListViewMotif.C +++ b/cde/programs/dtinfo/dtinfo/src/Agents/OutlineListViewMotif.C @@ -334,7 +334,7 @@ OutlineListView::create_xm_string (OutlineElement *oe, int base_level, } p++ ; } - memset (p, OLIAS_PLACEHOLDER_ICON, oe->level() - base_level); + memset (p, (unsigned char)OLIAS_PLACEHOLDER_ICON, oe->level() - base_level); unsigned int pos = oe->level() - base_level + track;