Changeset 162

Show
Ignore:
Timestamp:
07/18/06 08:50:13 (2 years ago)
Author:
aldacron
Message:

* fixed a bug in buildme.d that was causing the temp.brf to be constructed incorrectly (reported by Deewiant)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/buildme.d

    r160 r162  
    159159    { 
    160160        // read it in and assign it to the brf buffer 
    161         brfBuf = "\n" ~ cast(char[])read(commonTxt)
     161        brfBuf = cast(char[])read(commonTxt) ~ "\n"
    162162    } 
    163163     
     
    255255/+      /*  
    256256            NOTE: Temporary work around. Adding the error check caused the 
    257             full build to stop evertime it was attempted in Debug mode because 
     257            full build to stop every time it was attempted in Debug mode because 
    258258            of the DMD bug that is affecting DerelictFT. The following code 
    259259            block works around that issue until it is fixed (I tried adding