mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 21:09:33 +00:00
@@ -90,9 +90,7 @@ uint16_t const kMPUnknownKeyCode = UINT16_MAX;
|
||||
sizeof(chars) / sizeof(chars[0]),
|
||||
&realLength,
|
||||
chars);
|
||||
if(success != 0) {
|
||||
return @"";
|
||||
}
|
||||
|
||||
return CFBridgingRelease(CFStringCreateWithCharacters(kCFAllocatorDefault, chars, 1));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user