]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(tm_diff) [! HAVE_TM_GMTOFF]: Fix arg typo in previous patch.
authorJim Meyering <jim@meyering.net>
Tue, 30 Sep 2003 06:44:32 +0000 (06:44 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 30 Sep 2003 06:44:32 +0000 (06:44 +0000)
lib/strftime.c

index 66f27329725f46a1fd3d7c7b746a4eea20c58ff9..dccbaf7a18cc302ba909deef4dfaa70883339715 100644 (file)
@@ -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,