Commit 0040043b authored by Rafaël Carré's avatar Rafaël Carré

typo

parent eb2c3441
......@@ -126,7 +126,7 @@ static inline char *wxDnDFromLocale( const wxChar *stupid )
while (stupid[n])
n++;
char psz_local[i + 1];
char psz_local[n + 1];
for (size_t i = 0; i < n; i++)
psz_local[i] = stupid[i];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment