]> git.mxchange.org Git - simgear.git/commitdiff
fix typo
authorTorsten Dreyer <Torsten@t3r.de>
Fri, 6 May 2011 11:07:21 +0000 (13:07 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Fri, 6 May 2011 11:07:21 +0000 (13:07 +0200)
simgear/environment/metar.cxx

index d5f2c7badaece5f58f07cdc3a2492e4f1f30a55a..c15c4a7286074115f2598aee51703be58b2de24e 100644 (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')