From: Jim Meyering Date: Tue, 30 Sep 2003 06:44:32 +0000 (+0000) Subject: (tm_diff) [! HAVE_TM_GMTOFF]: Fix arg typo in previous patch. X-Git-Tag: v5.1.0~509 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49061e6bde1d91c057b8edb953f713778c1eb7f6;p=thirdparty%2Fcoreutils.git (tm_diff) [! HAVE_TM_GMTOFF]: Fix arg typo in previous patch. --- diff --git a/lib/strftime.c b/lib/strftime.c index 66f2732972..dccbaf7a18 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -273,7 +273,7 @@ memcpy_uppcase (CHAR_T *dest, const CHAR_T *src, measured in seconds, ignoring leap seconds. */ # define tm_diff ftime_tm_diff static int -tm_diff (const struct tm *, const struct tm *) +tm_diff (const struct tm *a, const struct tm *b) { /* Compute intervening leap days correctly even if year is negative. Take care to avoid int overflow in leap day calculations,