diff options
Diffstat (limited to 'misc/deco/files/patch-ac')
-rw-r--r-- | misc/deco/files/patch-ac | 10 |
1 files changed, 0 insertions, 10 deletions
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'; |