We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c34a9 commit 99f32ddCopy full SHA for 99f32dd
CoreFoundation/String.subproj/CFString.c
@@ -66,7 +66,7 @@ static void __CFRecordStringAllocationEvent(const char *encoding, const char *by
66
67
__CFLock(&lock);
68
static int fd = -1;
69
- dispatch_once_t pred;
+ static dispatch_once_t pred;
70
71
dispatch_once(&pred, ^{
72
const char *name = *_NSGetProgname();
0 commit comments