]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Apple's C compilers don't think that putting parentheses around assignments
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 17 Nov 2002 02:00:06 +0000 (02:00 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 17 Nov 2002 02:00:06 +0000 (02:00 +0000)
commit9902bc67fc7e702858710b90f83814b336d4eeb7
treef6be496a15d548516ee7fa374e137bbc41774179
parent563eef2870be7fd998d97da509f2668adc04ee60
Apple's C compilers don't think that putting parentheses around assignments
in "if" conditions is enough.  Use an actual comparison against NULL instead.

[originally from svn r2216]
settings.c