Commit c6ff53eb authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Fix a warning in simple_prefs.

parent 31ab3d38
......@@ -88,7 +88,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
if( base )
[o_temp_str appendString: [NSString stringWithUTF8String: base]];
else
o_temp_str = _NS("Not Set");
o_temp_str = [NSMutableString stringWithString:_NS("Not Set")];
return o_temp_str;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment