From faa5682384394404797381833db8001f46778575 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 24 Mar 2003 09:27:08 +0000 Subject: This bug has been fixed in version 3.8.3. --- misc/deco/files/patch-ac | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 misc/deco/files/patch-ac (limited to 'misc/deco') diff --git a/misc/deco/files/patch-ac b/misc/deco/files/patch-ac deleted file mode 100644 index 7b3053456ef1..000000000000 --- a/misc/deco/files/patch-ac +++ /dev/null @@ -1,10 +0,0 @@ -Index: ut.c -@@ -35,7 +35,7 @@ - - - strncpy (p+3, "JanFebMarAprMayJunJulAugSepOctNovDec"+t->tm_mon*3, 3); -- STOREINT (p+9, t->tm_year); -+ STOREINT (p+9, t->tm_year % 100); - if (t->tm_year < 100) { - p[7] = '1'; - p[8] = '9'; -- cgit v1.2.3