common: Remove out of bounds and erroenous array access
This commit is contained in:
parent
cc185e4b8a
commit
bf32122134
|
@ -426,7 +426,7 @@ wxString KIwxExpandEnvVars(const wxString& str)
|
|||
if( !expanded )
|
||||
strResult << (wxChar)bracket;
|
||||
|
||||
str_m = str[++m];
|
||||
m++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue