Skip to content

Commit

Permalink
feat: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wupinlang committed Oct 20, 2024
1 parent 5c62aed commit e873912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md5.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ function getPassword()
{
name = name + "0" + i.toString();
}
else if (i < 100000000)
else if (i < 100000000)
{
name = name + i.toString();
}
Expand Down

0 comments on commit e873912

Please sign in to comment.