Ignore:
Timestamp:
04/29/02 12:42:40 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MParList.cc

    r1283 r1320  
    605605        //
    606606        MParContainer *pcont = (MParContainer*)cls->New();
    607         if (pcont)
     607        if (!pcont)
    608608        {
    609609            gLog << err << dbginf << "Cannot create new instance of class '" << cname << "' (Maybe no def. constructor)" << endl;
Note: See TracChangeset for help on using the changeset viewer.