Ignore:
Timestamp:
May 20, 2003, 12:10:09 PM (22 years ago)
Author:
aubourg
Message:

ring pipes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/piotoirdr.cc

    r2382 r2386  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: piotoirdr.cc,v 1.5 2003-05-16 13:40:09 aubourg Exp $
     5// $Id: piotoirdr.cc,v 1.6 2003-05-20 10:10:08 aubourg Exp $
    66
    77#include "piotoirdr.h"
     
    110110      }
    111111      flags = new uint_8[nf];
    112       for (int i=0; i<nf; i++) flags[i] = pioflags[i];
     112      for (int i=0; i<nf; i++) flags[i] = (uint_8)pioflags[i];
    113113      PIODeleteFLG(pioflags, pioGroup);
    114114    }
Note: See TracChangeset for help on using the changeset viewer.