diff options
Diffstat (limited to 'graphics/ophoto/files/patch.aa')
-rw-r--r-- | graphics/ophoto/files/patch.aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/ophoto/files/patch.aa b/graphics/ophoto/files/patch.aa new file mode 100644 index 000000000000..c2c6a42a3016 --- /dev/null +++ b/graphics/ophoto/files/patch.aa @@ -0,0 +1,12 @@ +diff -ur ophoto/command.c ophoto.new/command.c +--- ophoto/command.c Sun Dec 19 02:35:16 1999 ++++ ophoto.new/command.c Sun Feb 24 11:09:37 2002 +@@ -61,7 +61,7 @@ + char *monthname[16] = { + "???", + "Jan", "Feb", "Mar", "Apr", "May", "Jun", +- "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ++ "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", + "???", "???", "???" + }; + |