mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 13:29:46 +00:00
Converted project to ARC
This commit is contained in:
@@ -49,7 +49,7 @@ static NSString *allowedCharactersString(MPPasswordCharacterFlags flags) {
|
||||
while([password length] < length) {
|
||||
[password appendString:[source randomCharacter]];
|
||||
}
|
||||
return [password autorelease];
|
||||
return password;
|
||||
}
|
||||
|
||||
+ (NSString *)passwordWithCharactersets:(MPPasswordCharacterFlags)allowedCharacters length:(NSUInteger)length {
|
||||
|
||||
Reference in New Issue
Block a user