mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
diff -ur ophoto/command.c ophoto.new/command.c
|
|
--- ophoto/command.c Sun Dec 19 02:35:16 1999
|
|
+++ 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",
|
|
"???", "???", "???"
|
|
};
|
|
|