weiden(a)svn.reactos.com wrote:
define common build flags so they can easily be changed
for all tools
Modified: trunk/reactos/tools/cdmake/cdmake.c
*Modified: trunk/reactos/tools/cdmake/cdmake.c*
--- trunk/reactos/tools/cdmake/cdmake.c 2005-08-01 10:21:20 UTC (rev 16940)
+++ trunk/reactos/tools/cdmake/cdmake.c 2005-08-01 10:58:28 UTC (rev 16941)
@@ -423,6 +423,9 @@
if (d->extension_on_cd[0] != 0)
identifier_size += 1 + strlen(d->extension_on_cd);
break;
+ default:
+ identifier_size = 1;
+ break;
}
}
record_size = 33 + identifier_size;
------------------------------------------------------------------------
This change appears to not relate to your commit message. Was it an
accident or intentional?