Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Month Displayed #22

Open
Scubaboy opened this issue Nov 17, 2017 · 0 comments
Open

Incorrect Month Displayed #22

Scubaboy opened this issue Nov 17, 2017 · 0 comments

Comments

@Scubaboy
Copy link

static const char monthsOfYearStr[12][4] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Dec"};

The month array is missing an entry for November could result in an entertaining exception when December rolls along.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant