Changeset 252

Show
Ignore:
Timestamp:
05/06/07 19:55:34 (1 year ago)
Author:
ug
Message:

Bug in processing (OMIT_GAMES_WITH_SGF_ERRORS)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 06/libkombilo/search.cpp

    r251 r252  
    50945094        return_val |= SGF_ERROR; 
    50955095        caughtSGFError = true; 
    5096         if (OMIT_GAMES_WITH_SGF_ERRORS) { 
     5096        if (flags & OMIT_GAMES_WITH_SGF_ERRORS) { 
    50975097          commit = false; 
    50985098          // (FIXME should exit from the loop here)