diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-04-19 10:27:44 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-04-19 10:27:44 +0100 |
commit | 0c88fcc91db1b003cd5d5311f62700c7867b4099 (patch) | |
tree | 3bc68c711176ae0f0f59257cdff5d0d8a2ab0600 /lib | |
parent | 6ced3e595069a830b666e88086ba84941ebd3cf6 (diff) |
see debian/changelog
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mauve/alert.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mauve/alert.rb b/lib/mauve/alert.rb index a95f761..30d50bb 100644 --- a/lib/mauve/alert.rb +++ b/lib/mauve/alert.rb @@ -282,7 +282,7 @@ module Mauve # # Transmission time helps us determine any time offset # - if update.transmission_time + if update.transmission_time and update.transmission_time > 0 transmission_time = MauveTime.at(update.transmission_time) else transmission_time = reception_time |