Changeset cd62b6 in git for Singular/lists.cc


Ignore:
Timestamp:
Oct 22, 2014, 3:32:25 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
b4c29d38c480baed2f6dad82aadd94daf26a455a
Parents:
06f38e104526d5f14601428e461a6877c1d43d66
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-10-22 15:32:25+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-10-22 15:42:36+02:00
Message:
fix: copy attributes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/lists.cc

    r06f38e rcd62b6  
    105105  l->m[pos].flag=v->flag;
    106106  attr *a=v->Attribute();
    107   if (a!=NULL)
     107  if ((a!=NULL)&&(*a!=NULL))
    108108  {
    109109    l->m[pos].attribute=(*a)->Copy();
Note: See TracChangeset for help on using the changeset viewer.