]> granicus.if.org Git - cronie/commitdiff
Compile fix in misc.c.
authorTomas Janousek <tjanouse@redhat.com>
Mon, 27 Aug 2007 17:46:52 +0000 (19:46 +0200)
committerTomas Janousek <tjanouse@redhat.com>
Mon, 27 Aug 2007 17:46:52 +0000 (19:46 +0200)
(I have no f*cking idea why do I do this change now...)

Signed-off-by: Tomas Janousek <tjanouse@redhat.com>
src/misc.c

index 2de5102d756b5cb2ea9087b54506cd51d4850367..30c7ef5860caa9e41610080825e2ee7aa8167466 100644 (file)
@@ -705,7 +705,7 @@ arpadate(clock)
                       tm.tm_sec,
                       hours,
                       minutes,
-                      TZONE(*tm));
+                      TZONE(tm));
        return (ret);
 }
 #endif /*MAIL_DATE*/