Changeset d1aba5 in git


Ignore:
Timestamp:
Sep 2, 2020, 12:15:14 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
0eead9480d4ed164c70b7bbe0f5b456f7c101326
Parents:
de714a72ddaa5d0219f9254f1f2d713583c61d55
Message:
fix: assigning ring-dep. objects without a ring
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipassign.cc

    rde714a7 rd1aba5  
    12401240    if (l->rtyp==IDHDL)
    12411241    {
     1242      if((currRingHdl==NULL) && RingDependend(rt))
     1243      {
     1244        WerrorS("basering required");
     1245        return TRUE;
     1246      }
    12421247      if (rt==BUCKET_CMD) IDTYP((idhdl)l->data)=POLY_CMD;
    12431248      else                IDTYP((idhdl)l->data)=rt;
Note: See TracChangeset for help on using the changeset viewer.