Commit b5703dca authored by Rafaël Carré's avatar Rafaël Carré

typo

parent 79dfff4d
......@@ -132,7 +132,7 @@ static inline char *wxDnDFromLocale( const wxChar *stupid )
do
psz_local[i] = stupid[i];
while (n--);
while (i--);
return FromLocaleDup( psz_local );
}
......
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