소스 검색

[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;