HB_DToS() replaced by DToS()

This commit is contained in:
Antonio Linares
2001-09-05 06:54:49 +00:00
parent e81edc6f54
commit 229b724998

View File

@@ -179,7 +179,7 @@ static function ValToText( uValue )
cText = AllTrim( Str( uValue ) )
case cType == "D"
cText = 'HB_STOD( "' + HB_DTOS( uValue ) + '" )'
cText = 'HB_STOD( "' + DToS( uValue ) + '" )'
otherwise
cText = HB_ValToStr( uValue )