Compare commits

...

2 Commits

Author SHA1 Message Date
R. Eric Wheeler ba8263d127 Merge branch '2-change-else-case-to-bcunknown-on-line-733-of-bcrypt-pas' into 'master'
Fixed #2

Closes #2

See merge request !2
2017-02-04 22:56:18 -08:00
R. Eric Wheeler bb200c922b Fixed #2 2017-02-05 00:18:35 -08:00
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ begin
end;
else
begin
Result := (bcPHP);
Result := (bcUnknown);
end;
end;
end;