Changeset 9351bb in git for Singular/iplib.cc


Ignore:
Timestamp:
Jan 8, 2014, 4:34:41 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
Children:
312083677957ae66b61a256ea0027e3dea145445
Parents:
9a236dfb836ff04c250f1791ac6bfcf9c199c40a
Message:
fix: typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r9a236df r9351bb  
    799799  char *plib = iiConvName(lib);
    800800  idhdl pl = basePack->idroot->get(plib,0);
    801   if( (pl!=NULL) && (IDTYPr(pl)==PACKAGE_CMD) &&
     801  if( (pl!=NULL) && (IDTYP(pl)==PACKAGE_CMD) &&
    802802    (IDPACKAGE(pl)->language == LANG_SINGULAR))
    803803  {
Note: See TracChangeset for help on using the changeset viewer.