dimyr7 / ClassScheduler

A class scheduling program made for Scheedule2
GNU General Public License v2.0
3 stars 3 forks source link

Months array defined incorrectly. #1

Closed Andrew-Miranti closed 9 years ago

Andrew-Miranti commented 9 years ago

It is currently defined in Semester.cpp as Section::Semester::monthsStr[12] = {"", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov" "Dec" };

Two issues: 1) The first month is a blank string. 2) There is no comma between November and December (which probably means we don't get a December).

dimyr7 commented 9 years ago

Just fixed it