1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 01:03:14 +02:00

Fixed some warnings

This commit is contained in:
Adam
2010-10-11 15:37:39 -04:00
parent 0ac77d0e42
commit 717c123441
16 changed files with 64 additions and 62 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ class CommandNSSetPassword : public Command
{
Anope::string param = params[1];
int len = param.length();
unsigned len = param.length();
if (u->Account()->display.equals_ci(param) || (Config->StrictPasswords && len < 5))
{