Changeset 2629 in Sophya for trunk/SophyaPI/PIext


Ignore:
Timestamp:
Oct 13, 2004, 6:41:53 PM (21 years ago)
Author:
cmv
Message:

Because NEntries has gone from int_4 to uint_8 cmv 13/10/04

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nomhistadapter.cc

    r2615 r2629  
    6262    rs += buff;
    6363  }
    64   sprintf(buff, "Entries= %lg \n", mHis->NEntries());
     64  sprintf(buff, "Entries= %llu \n",mHis->NEntries());
    6565  rs += buff;
    6666  if (lev > 0) {
Note: See TracChangeset for help on using the changeset viewer.