diff options
author | ru <ru@FreeBSD.org> | 2003-03-24 09:27:08 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-03-24 09:27:08 +0000 |
commit | 38a9d92100e652142eb586fa4a019696c29d739f (patch) | |
tree | 9896b3a3dcd86a9a5c75829736c7b83f008909e4 /misc/deco | |
parent | ab8cffc7dc1871359ff24b8ee04db6b931f1c5b9 (diff) | |
download | FreeBSD-ports-38a9d92100e652142eb586fa4a019696c29d739f.zip FreeBSD-ports-38a9d92100e652142eb586fa4a019696c29d739f.tar.gz |
This bug has been fixed in version 3.8.3.
Diffstat (limited to 'misc/deco')
-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 7b30534..0000000 --- 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'; |