version bump
This commit is contained in:
parent
60d53fd604
commit
efecb823cd
6 changed files with 42 additions and 75 deletions
|
@ -106,7 +106,7 @@
|
|||
NSInteger location = [string rangeOfString:@" "].location;
|
||||
NSInteger length = 0;
|
||||
if (location != NSNotFound) {
|
||||
length = [[textField stringValue] length] - location - 1;
|
||||
length = [[textField stringValue] length] - location - 1;
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue