From 49061e6bde1d91c057b8edb953f713778c1eb7f6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 30 Sep 2003 06:44:32 +0000 Subject: [PATCH] (tm_diff) [! HAVE_TM_GMTOFF]: Fix arg typo in previous patch. --- lib/strftime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2