Ignore:
Timestamp:
Apr 23, 2007, 11:10:18 AM (17 years ago)
Author:
arnault
Message:

Text formatting
Sending warnings & errors to stderr
Using internally PWD for every cd/pwd
CL 327

File:
1 edited

Legend:

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

    r389 r400  
    1414/*----------------------------------------------------------*/
    1515{
    16    //cout << "argc=" << argc << endl;
    1716  int status = Cmt::parser (argc, argv);
     17
    1818  // Extract the pure status code
    1919  if  (status > 255)
    20     status =  status/256;
     20    {
     21      status =  status/256;
     22    }
     23
    2124  return (status);
    2225}
Note: See TracChangeset for help on using the changeset viewer.