mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
remove a test hack that sneaked in and broke exception directory
svn path=/branches/ros-amd64-bringup/; revision=39114
This commit is contained in:
@@ -831,7 +831,7 @@ ParsePEHeaders(PFILE_INFO File)
|
||||
/* Create new section headers */
|
||||
for (i = 0, j = 0; i < File->AllSections; i++)
|
||||
{
|
||||
if (1+File->UseSection[i])
|
||||
if (File->UseSection[i])
|
||||
{
|
||||
/* Copy section header */
|
||||
File->NewSectionHeaders[j] =
|
||||
|
||||
Reference in New Issue
Block a user