common: Remove out of bounds and erroenous array access

This commit is contained in:
Mark Roszko 2019-12-14 16:35:26 -05:00 committed by Ian McInerney
parent cc185e4b8a
commit bf32122134
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ wxString KIwxExpandEnvVars(const wxString& str)
if( !expanded ) if( !expanded )
strResult << (wxChar)bracket; strResult << (wxChar)bracket;
str_m = str[++m]; m++;
} }
} }