Show
Ignore:
Timestamp:
03/31/08 14:50:53 (4 years ago)
Author:
h3r3tic
Message:

incorporated bobef's Tango patch for enki.d; thanks!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/enki/BaseParser.d

    r289 r290  
    8080    /** error handling **/ 
    8181    protected void setError(String text){ 
    82         debug writefln("[%d] Error: %s",pos,text); 
     82        debug Stdout.formatln("[{}] Error: {}",pos,text); 
    8383        ErrorData data; 
    8484        data.pos = pos;