Moment
Moment copied to clipboard
Crash with SDK 7 iOS when typing 123
It will crash when it is used in iOS SDK7:
typing 123 will crash and pointing to: line 171 of tokeIt.l
hr[2] = ':';
strncat(hr, &new[1], 2);
hr[5] = '\0';
When they are disabled, it works fine.