We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd71ac commit 913492eCopy full SHA for 913492e
1 file changed
ICNS2ICO/MainWindowController.m
@@ -307,7 +307,7 @@ - ( IBAction )convert: ( id )sender
307
ICOConverter * converter;
308
309
converter = [ [ ICOConverter alloc ] initWithDestinationDirectory: _destinationPath ];
310
- converter.icoFormat = ( _icoFormat == ICOConverterFormatPNG ) ? ICOConverterFormatPNG : ICOConverterFormatBMP;
+ converter.icoFormat = ( ( int )_icoFormat == ( int )ICOConverterFormatPNG ) ? ICOConverterFormatPNG : ICOConverterFormatBMP;
311
312
for( icon in _icons )
313
{
0 commit comments