We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed1cc3 commit a9bf8d5Copy full SHA for a9bf8d5
CoreFoundation/String.subproj/CFRegularExpression.c
@@ -367,7 +367,7 @@ void _CFRegularExpressionEnumerateMatchesInString(_CFRegularExpressionRef regexO
367
UniChar stackBuffer[STACK_BUFFER_SIZE];
368
void *bufferToFree = NULL, *utextToFree = NULL;
369
struct regexCallBackContext context;
370
- CFIndex offset, length = CFStringGetLength(string);
+ CFIndex offset;
371
_CFRegularExpressionMatchingFlags flags;
372
Boolean checkedOutRegex = true;
373
Boolean stop = false;
0 commit comments