Author: tkreuzer
Date: Mon Jan 26 11:01:49 2009
New Revision: 39114
URL:
http://svn.reactos.org/svn/reactos?rev=39114&view=rev
Log:
remove a test hack that sneaked in and broke exception directory
Modified:
branches/ros-amd64-bringup/reactos/tools/rsym/rsym64.c
Modified: branches/ros-amd64-bringup/reactos/tools/rsym/rsym64.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/tools…
==============================================================================
--- branches/ros-amd64-bringup/reactos/tools/rsym/rsym64.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/tools/rsym/rsym64.c [iso-8859-1] Mon Jan 26
11:01:49 2009
@@ -831,7 +831,7 @@
/* 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] =