version bump

This commit is contained in:
Jeena Paradies 2012-12-26 17:11:52 +01:00
parent 60d53fd604
commit efecb823cd
6 changed files with 42 additions and 75 deletions

View file

@ -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;
}