Changeset 93fdae in git for Singular/attrib.cc


Ignore:
Timestamp:
Mar 9, 2011, 4:47:56 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
722f4db47775ad444c23b5e972774c82b241e22a
Parents:
ca0d0431a9821ddf3d201e69e1baeaff1bb7a0e4
Message:
fix tr. 319

git-svn-id: file:///usr/local/Singular/svn/trunk@13950 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/attrib.cc

    rca0d043 r93fdae  
    334334      at=IDATTR((idhdl)v->data);
    335335    else
    336       at=v->attribute->get(name);
     336      at=v->attribute;
     337    at=at->get(name);
    337338    if (at!=NULL)
    338339    {
Note: See TracChangeset for help on using the changeset viewer.