Changeset 10636


Ignore:
Timestamp:
2005-09-26T11:15:59+12:00 (19 years ago)
Author:
kjdon
Message:

don't crap out if a macro file is missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/receptionist.cpp

    r10563 r10636  
    11481148           << gsdlmacrodir << ".\n\n";
    11491149      }
    1150       // reset logout to what it was
    1151       disp.setlogout (savedlogout);
    1152       return false;
     1150      // don't crap out if a macro file is missing
     1151      //disp.setlogout (savedlogout);
     1152      //return false;
    11531153    }
    11541154    ++arrhere;
Note: See TracChangeset for help on using the changeset viewer.