Changeset e4514d3 in git for Singular/ipid.cc


Ignore:
Timestamp:
Jun 17, 2020, 3:40:00 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
ed6f2bb0876535189130e32d71be46f776012a36
Parents:
48e0bcb3839c4f7cc786ac37fa187054f053623902eb92fd41522fc551742fd1c1a368263c5401e9
Message:
Merge branch 'mh/fix' of https://github.com/fingolfin/Sources into fingolfin-mh/fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipid.cc

    r02eb92 re4514d3  
    269269{
    270270  sleftv tmp;
    271   memset(&tmp,0,sizeof(sleftv));
     271  tmp.Init();
    272272  tmp.rtyp=IDTYP(this);
    273273  tmp.data=IDDATA(this);
Note: See TracChangeset for help on using the changeset viewer.