strtof -> StringToFloat.

This commit is contained in:
Steve Checkoway
2006-06-12 06:42:25 +00:00
parent b61e1638dc
commit d2f3a14495
12 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ int NoteSkinManager::GetMetricI( const RString &sButtonName, const RString &sVal
float NoteSkinManager::GetMetricF( const RString &sButtonName, const RString &sValueName )
{
return strtof( GetMetric(sButtonName,sValueName), NULL );
return StringToFloat( GetMetric(sButtonName,sValueName) );
}
bool NoteSkinManager::GetMetricB( const RString &sButtonName, const RString &sValueName )