diff options
-rw-r--r-- | misc/deco/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/deco/files/patch-ac b/misc/deco/files/patch-ac new file mode 100644 index 000000000000..7b3053456ef1 --- /dev/null +++ b/misc/deco/files/patch-ac @@ -0,0 +1,10 @@ +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'; |