From 4db84e1739dd6dc201b8752077f72d3281f59a36 Mon Sep 17 00:00:00 2001 From: stv Date: Wed, 18 Jan 2006 07:41:18 +0000 Subject: [PATCH] Keyword mismatched. --- src/DDS/DDS_DicItem.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DDS/DDS_DicItem.cxx b/src/DDS/DDS_DicItem.cxx index bbf388814..0c8b01c6d 100644 --- a/src/DDS/DDS_DicItem.cxx +++ b/src/DDS/DDS_DicItem.cxx @@ -444,7 +444,7 @@ void DDS_DicItem::FillDataMap( TCollection_AsciiString theID, const LDOM_Element else if ( aType.IsEqual( "Integer" ) ) aEnumType = Integer; - if ( !aValueDescr.getAttributeNode( DDS_Dictionary::KeyWord( "VD_MAXV" ) ).isNull() ) + if ( !aValueDescr.getAttributeNode( DDS_Dictionary::KeyWord( "VD_MINV" ) ).isNull() ) myData |= MinValue; aMinV = aValueDescr.getAttribute( DDS_Dictionary::KeyWord( "VD_MINV" ) ); aMinV.RemoveAll( ' ' ); -- 2.39.2