Changeset 335 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc


Ignore:
Timestamp:
Jul 12, 1999, 1:53:31 PM (26 years ago)
Author:
ercodmgr
Message:

Petit bugs ! Reza 12/7/99

File:
1 edited

Legend:

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

    r333 r335  
    350350  else {  // On met l'ancien objet dans /old
    351351    string on,od;
    352     ParseObjectName((*it).first, od, on);
     352//    ParseObjectName((*it).first, od, on);
    353353    sprintf(buff, "%d", (*it).second.oid);
    354     string nomnew = "/old/" + on + buff;
     354    string nomnew = "/old/" + nobj + buff;
    355355    RenameObj(nom, nomnew);
    356356    }
Note: See TracChangeset for help on using the changeset viewer.