We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a201b29 commit 439981eCopy full SHA for 439981e
MFCore.m
@@ -218,7 +218,7 @@ void mfcKaboomMacfusion() {
218
NSArray *runningApps = [[NSWorkspace sharedWorkspace] runningApplications];
219
for (NSRunningApplication *app in runningApps) {
220
if ([app.bundleIdentifier isEqualToString:kMFMainBundleIdentifier] &&
221
- [app.bundleURL.path isEqualToString:mfcMainBundlePath()])
+ ![app.bundleURL.path isEqualToString:mfcMainBundlePath()])
222
[app terminate];
223
}
224
0 commit comments