Changeset 380 in Sophya for trunk/SophyaPI/PIext/pisiadw.cc


Ignore:
Timestamp:
Aug 10, 1999, 2:50:41 PM (26 years ago)
Author:
ercodmgr
Message:

changements mineurs pour compil mac

File:
1 edited

Legend:

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

    r378 r380  
    230230
    231231for(i=0; i<mPin->NbTags(); i++) {
    232   key = mPin->TagKey(i, cid, ln);
     232  key = mPin->TagKey(i, cid, ln);  // $CHECK$ non-const & reference initialized to temporary, car int -> long&
    233233  if (ln <= 0)  nom = "?";
    234234  else { strncpy(noms, mPin->TagName(i).c_str(), 31);  noms[31] = '\0'; nom = noms; }
Note: See TracChangeset for help on using the changeset viewer.