diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-03-24 09:27:08 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-03-24 09:27:08 +0000 |
commit | faa5682384394404797381833db8001f46778575 (patch) | |
tree | 63820f8ddf7890347291e8d469587243f0b8be09 /misc/deco | |
parent | 1ba1a158a83de4c81987d0e19adddfc3b40db15f (diff) | |
download | ports-faa5682384394404797381833db8001f46778575.tar.gz ports-faa5682384394404797381833db8001f46778575.zip |
This bug has been fixed in version 3.8.3.
Notes
Notes:
svn path=/head/; revision=77366
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 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'; |