Show
Ignore:
Timestamp:
05/04/08 18:42:55 (4 years ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

reverted char[] to String

Files:

Legend:

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

    r12 r238  
    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 );