We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c1a633 + a5b4d83 commit c2adcdcCopy full SHA for c2adcdc
CoreFoundation/Base.subproj/CFKnownLocations.c
@@ -99,7 +99,7 @@ CFURLRef _Nullable _CFKnownLocationCreatePreferencesURLForUser(CFKnownLocationUs
99
abort();
100
case _kCFKnownLocationUserCurrent: {
101
const char *buffer = getenv("CFFIXED_USER_HOME");
102
- if (buffer == NULL || *buffer = '\0') {
+ if (buffer == NULL || *buffer == '\0') {
103
CFLog(__kCFLogAssertion, CFSTR("CFFIXED_USER_HOME is unset"));
104
HALT;
105
}
0 commit comments