fixed an issue

This commit is contained in:
Ryan Ward 2021-01-27 12:25:48 -05:00
parent 89f765cda2
commit 1e178d8644
6 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -62,7 +62,7 @@ namespace OnePass
void addSpecial(ref ArrayList list) void addSpecial(ref ArrayList list)
{ {
foreach(int c in new int[]{ 33,35,36,37,38,39,40,41,42,43,44,45,46,47,64 }) foreach (int c in new int[] { 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 64 })
{ {
list.Add(Char.ConvertFromUtf32(c)); list.Add(Char.ConvertFromUtf32(c));
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.