Changeset 2461 in Sophya


Ignore:
Timestamp:
Nov 22, 2003, 10:59:00 PM (22 years ago)
Author:
aubourg
Message:

format %ld

File:
1 edited

Legend:

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

    r2448 r2461  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: piotoirdr.cc,v 1.11 2003-10-13 20:48:37 aubourg Exp $
     5// $Id: piotoirdr.cc,v 1.12 2003-11-22 21:59:00 aubourg Exp $
    66
    77#include "piotoirdr.h"
     
    9898    // TBD : check if PIODOUBLE != double;
    9999    char command[128];
    100     sprintf(command, "Begin=%d; End=%d", snb, sne);
     100    sprintf(command, "Begin=%ld; End=%ld", snb, sne);
    101101    double* data = NULL;
    102102    uint_8*   flags = NULL;
     
    111111                           pioGroup);
    112112    if ( n<0) {
    113       cout << " PIOReadTOI : " << n << endl;
     113      cout << " PIOReadTOI " << command << ": " << n << endl;
    114114      abort();
    115115    }
Note: See TracChangeset for help on using the changeset viewer.