diff options
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -41,6 +41,7 @@ int srv_open(const char *basedir, int auto_upgrade) | |||
| 41 | FILE *f; | 41 | FILE *f; |
| 42 | xs_str *error = NULL; | 42 | xs_str *error = NULL; |
| 43 | 43 | ||
| 44 | /* MUST be three letters */ | ||
| 44 | months[0] = LL("Jan"); | 45 | months[0] = LL("Jan"); |
| 45 | months[1] = LL("Feb"); | 46 | months[1] = LL("Feb"); |
| 46 | months[2] = LL("Mar"); | 47 | months[2] = LL("Mar"); |