Hexagenic / wanikaniwallpaper

Create a wallpaper based on your WaniKani progress
26 stars 7 forks source link

No safety check on order file #7

Closed tsurai closed 11 years ago

tsurai commented 11 years ago

You don't validate the loading of the file order in order.cpp. This results in an std::bad_alloc exception when order does not exist or isn't readable. Please validate the loading process and print a pretty error message when it fails :)