Ignore:
Timestamp:
Mar 22, 2007, 5:13:51 PM (17 years ago)
Author:
garonne
Message:

See C.L. 325

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt.cxx

    r363 r389  
    1616   //cout << "argc=" << argc << endl;
    1717  int status = Cmt::parser (argc, argv);
    18   if (status !=0) return -1;
     18  // Extract the pure status code
     19  if  (status > 255)
     20    status =  status/256;
    1921  return (status);
    2022}
Note: See TracChangeset for help on using the changeset viewer.