summaryrefslogtreecommitdiffstats
path: root/sendlib.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-02 17:23:23 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-02 17:23:23 +0000
commit59ab5b8a8aa0588d68e86f3274e14fb2e97252aa (patch)
tree81b295b901e709934a025b10ae683e7c5d9d828d /sendlib.c
parent65eb4a39baabaa284c646b551eb8cfb45775a823 (diff)
I shouldn't accept patches on New Year's day. Not even new-year
related patches.
Diffstat (limited to 'sendlib.c')
-rw-r--r--sendlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sendlib.c b/sendlib.c
index df97dc96..3ceb65b4 100644
--- a/sendlib.c
+++ b/sendlib.c
@@ -1156,7 +1156,7 @@ char *mutt_make_date (char *s, size_t len)
if (yday != 0)
{
if (yday > 1 || yday < -1)
- yday /= -yday;
+ yday /= - abs (yday);
tz += yday * 24 * 60; /* GMT is next or previous day! */
}