Changeset 69cd39 in git


Ignore:
Timestamp:
Feb 25, 2015, 12:46:48 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
5e069ff980761008709498c43bbde91751841d00
Parents:
f38979192ecdeb2303d71c85143896a67a0ca639
Message:
fix: auto-creating pacakgaes with packages
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    rf38979 r69cd39  
    10661066    goto load_modules_end;
    10671067  }
    1068   pl = IDROOT->get(plib,0);
     1068  pl = basePack->idroot->get(plib,0); /* packages only in top level
     1069                                        (see enterid) */
    10691070  if (pl==NULL)
    10701071  {
Note: See TracChangeset for help on using the changeset viewer.