fix copy/paste error
This commit is contained in:
@@ -191,7 +191,7 @@ CString Profile::GetDisplayTotalCaloriesBurnedToday() const
|
|||||||
if( m_iWeightPounds == 0 ) // weight not entered
|
if( m_iWeightPounds == 0 ) // weight not entered
|
||||||
return "N/A";
|
return "N/A";
|
||||||
else
|
else
|
||||||
return FormatCalories( m_fTotalCaloriesBurned );
|
return FormatCalories( fCals );
|
||||||
}
|
}
|
||||||
|
|
||||||
int Profile::GetTotalNumSongsPlayed() const
|
int Profile::GetTotalNumSongsPlayed() const
|
||||||
|
|||||||
Reference in New Issue
Block a user