]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit782b3164ef5fe2b7e40f600103d17dbad831a158
treef6be496a15d548516ee7fa374e137bbc41774179
parentdcd374867a7d8379153a8de1292418c33b3ce3aa
Apple's C compilers don't think that putting parentheses around assignments
in "if" conditions is enough.  Use an actual comparison against NULL instead.

git-svn-id: http://svn.tartarus.org/sgt/putty@2216 cda61777-01e9-0310-a592-d414129be87e
settings.c