فهرست منبع

[commons] Bug fix

Exilon 4 سال پیش
والد
کامیت
c86302e69f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Quick.Commons.pas

+ 1 - 1
Quick.Commons.pas

@@ -502,7 +502,7 @@ begin
     until NumNumbers = MinNumbers;
   end;
   //checks if need include signs
-  if pfIncludeNumbers in Complexity then
+  if pfIncludeSigns in Complexity then
   begin
     MinSigns := Round(PasswordLength / 10 * 1);
     NumSigns := 0;