fix format string
This commit is contained in:
@@ -80,7 +80,7 @@ CString Profile::GetDisplayCaloriesBurned()
|
|||||||
if( m_fWeightPounds == 0 ) // weight not entered
|
if( m_fWeightPounds == 0 ) // weight not entered
|
||||||
return "N/A";
|
return "N/A";
|
||||||
else
|
else
|
||||||
return ssprintf("%f.3Cal",m_fCaloriesBurned);
|
return ssprintf("%iCal",m_fCaloriesBurned);
|
||||||
}
|
}
|
||||||
|
|
||||||
int Profile::GetTotalNumSongsPlayed()
|
int Profile::GetTotalNumSongsPlayed()
|
||||||
|
|||||||
Reference in New Issue
Block a user