Skip to content

Commit

Permalink
revert master to old situation, befor 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Nov 17, 2024
1 parent 2d3addc commit 83f4428
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tokenize.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,9 @@ namespace Tokenizer {
outputclass("current"),
text_cat( 0 )
{
theErrLog = new TiCC::LogStream(cerr);
theErrLog->set_message( "ucto" );
theErrLog = new TiCC::LogStream(cerr, "ucto" );
theDbgLog = theErrLog;
theErrLog->set_stamp( StampMessage );
theErrLog->setstamp( StampMessage );
}

TokenizerClass::~TokenizerClass(){
Expand Down

0 comments on commit 83f4428

Please sign in to comment.