StevenFrost / AviationWeather

A C++ library for formatting and parsing various meteorology-related data structures
Other
4 stars 1 forks source link

Variable winds are not parsed correctly #10

Closed StevenFrost closed 9 years ago

StevenFrost commented 9 years ago

Winds marked VRB are not parsed, an exception is thrown from atoi and caught by the following catch block.

ollyau commented 9 years ago

Resolved in #21.