Changeset 2071 in Sophya for trunk/ArchTOIPipe


Ignore:
Timestamp:
Jun 18, 2002, 10:29:04 PM (23 years ago)
Author:
ansari
Message:

Ajout flag -flag flagmask ds toistat.cc (2) - Reza 18/6/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/TestPipes/toistat.cc

    r2070 r2071  
    145145    else if (strcmp(arg[ia],"-flag") == 0) {
    146146      if (ia == narg-1) Usage(true); 
    147       flagmask = arg[ia+1];
     147      flagmask = atol(arg[ia+1]);
    148148      fgmask = true; ia++;
    149149    }   
Note: See TracChangeset for help on using the changeset viewer.