[ros-dev] [ros-diffs] [ion] 52596: [NTDLL]: More attempts at fixing up the loader, this time in the PE side of things.
Aleksey Bragin
aleksey at reactos.org
Sun Jul 10 17:01:25 UTC 2011
-----Original Message-----
From: ion at svn.reactos.org
Sent: Sunday, July 10, 2011 6:14 AM
To: ros-diffs at reactos.org
Subject: [ros-diffs] [ion] 52596: [NTDLL]: More attempts at fixing up the
loader, this time in the PE side of things.
Author: ion
Date: Sun Jul 10 02:14:29 2011
New Revision: 52596
/* Check if we got at least one */
- if (BoundEntry || ImportEntry)
+ if ((BoundEntry) || (ImportEntry))
Could you enlighten me why do you add these redunandant braces?
WBR,
Aleksey.
More information about the Ros-dev
mailing list