[ros-dev] Re: [ros-diffs] [weiden] 16941: define common build flags so they can easily be changed for all tools

Royce Mitchell III royce3 at ev1.net
Mon Aug 1 09:23:01 CEST 2005


weiden at 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?



More information about the Ros-dev mailing list