Ignore:
Timestamp:
11/10/03 11:32:23 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmain/MStatusDisplay.cc

    r2491 r2492  
    894894    // in the same thread
    895895    //
    896     if (mutex->TryLock()==13)
     896    if (fMutex->TryLock()==13)
    897897        return;
    898898
     
    927927    //c->Paint();
    928928
    929     mutex->UnLock();
     929    fMutex->UnLock();
    930930}
    931931
Note: See TracChangeset for help on using the changeset viewer.