summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFCdrom/macsrc
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFCdrom/macsrc')
-rwxr-xr-xmacosx/plugins/DFCdrom/macsrc/PluginConfigController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m b/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m
index e36057c7..97249754 100755
--- a/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m
+++ b/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m
@@ -122,7 +122,7 @@ void ReadConfig()
NSMutableDictionary *writeDic = [NSMutableDictionary dictionaryWithDictionary:keyValues];
- [writeDic setObject:@((BOOL)[Cached intValue]) forKey:@"Threaded"];
+ [writeDic setObject:([Cached intValue] ? @YES : @NO) forKey:@"Threaded"];
[writeDic setObject:@([CacheSize intValue]) forKey:@"Cache Size"];
switch ([CdSpeed indexOfSelectedItem]) {