From 6a1d05646c20deae9f125964b87b8c0c9f743428 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Fri, 6 May 2011 13:07:21 +0200 Subject: [PATCH] fix typo --- simgear/environment/metar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/environment/metar.cxx b/simgear/environment/metar.cxx index d5f2c7ba..c15c4a72 100644 --- a/simgear/environment/metar.cxx +++ b/simgear/environment/metar.cxx @@ -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') -- 2.39.5