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/OutputStream.d

    r12 r238  
    2828    } 
    2929 
    30     public void write(char[] c) { 
     30    public void write(String c) { 
    3131        ostr.write(c); 
    3232    }