Kaydet (Commit) e9ca3812 authored tarafından Mariusz Dykierek's avatar Mariusz Dykierek Kaydeden (comit) Caolán McNamara

A copy-paste bug detected by cppcheck

üst 1bc228f7
...@@ -511,7 +511,7 @@ void PresenterClockTimer::CheckCurrentTime (const TimeValue& rCurrentTime) ...@@ -511,7 +511,7 @@ void PresenterClockTimer::CheckCurrentTime (const TimeValue& rCurrentTime)
{ {
if (aDateTime.Seconds != maDateTime.Seconds if (aDateTime.Seconds != maDateTime.Seconds
|| aDateTime.Minutes != maDateTime.Minutes || aDateTime.Minutes != maDateTime.Minutes
|| aDateTime.Seconds != maDateTime.Seconds) || aDateTime.Hours != maDateTime.Hours)
{ {
// The displayed part of the current time has changed. // The displayed part of the current time has changed.
// Prepare to call the listeners. // Prepare to call the listeners.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment