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