summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/source/timer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/salhelper/source/timer.cxx b/salhelper/source/timer.cxx
index 3b669d97a2b5..f3dcc508a0a2 100644
--- a/salhelper/source/timer.cxx
+++ b/salhelper/source/timer.cxx
@@ -193,7 +193,7 @@ TTimeValue Timer::getRemainingTime() const
if (secs > 0)
{
secs -= 1;
- nsecs += 1000000000L;
+ nsecs += 1000000000;
}
else
return TTimeValue(0, 0);