Changeset 380 in Sophya for trunk/SophyaPI/PIext/pisiadw.cc
- Timestamp:
- Aug 10, 1999, 2:50:41 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pisiadw.cc
r378 r380 230 230 231 231 for(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& 233 233 if (ln <= 0) nom = "?"; 234 234 else { strncpy(noms, mPin->TagName(i).c_str(), 31); noms[31] = '\0'; nom = noms; }
Note:
See TracChangeset
for help on using the changeset viewer.