Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Update Form1.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ras0N authored Apr 21, 2020
1 parent ed1d380 commit d149c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QMCTrans/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ private bool findUKeyFromFile(string fileName)
}
if (findKey)
{
//Only 64 Bytes in UKey is valid.
//Only 64 Bytes in UKey are valid.
for (int i = 0; i < 64; i++)
{
NewKey[MagicList[i]] = buffer2[i];
Expand Down

0 comments on commit d149c75

Please sign in to comment.