Show
Ignore:
Timestamp:
05/04/08 18:12:38 (8 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

reverted the char[] to String and use the an alias.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/dwthelper/FileInputStream.d

    r0 r212  
    2424    private bool eof; 
    2525 
    26     public this ( char[] name ){ 
     26    public this ( String name ){ 
    2727        conduit = new FileConduit( name ); 
    2828        buffer = new ubyte[]( BUFFER_SIZE );