dlls/appwiz.cpl: avoid && constant

Dan Kegel dank at kegel.com
Sun Sep 4 18:53:06 CDT 2011


This avoids the pesky gcc warning
addons.c: In function ‘install_from_default_dir’:
addons.c:275: error: logical ‘&&’ with non-zero constant will always
evaluate as true
by using a nested if instead of &&.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: appwiz-placate-Wlogical-op.patch
Type: text/x-patch
Size: 731 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110904/5b2ac0e6/attachment.bin>


More information about the wine-patches mailing list