This commit is contained in:
Torsten Dreyer
2011-05-06 13:07:21 +02:00
parent 2e05043f43
commit 6a1d05646c

View File

@@ -596,7 +596,7 @@ bool SGMetar::scanRwyVisRange()
r._max_visibility._distance = to;
if (*m == '/') // this is not in the spec!
*m++;
m++;
if (*m == 'D')
m++, r._min_visibility._tendency = SGMetarVisibility::DECREASING;
else if (*m == 'N')