Changeset 628418 in git


Ignore:
Timestamp:
Jun 4, 2012, 4:06:41 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
bca3419f85dea156ca9d3a4851a7146d9d7c7bf8
Parents:
510dbc222823c06af5c391eca075c45c04553e14
Message:
fix: assignment of expr_list (#429)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipassign.cc

    r510dbc r628418  
    10511051    l->next=NULL;
    10521052    nok=jiAssign_1(l,&t);
     1053    l->next=h;
    10531054    if (nok) return TRUE;
    10541055    i++;
     
    10841085    l->next=NULL;
    10851086    nok=jiAssign_1(l,&t);
     1087    l->next=h;
    10861088    t.CleanUp();
    10871089    if (nok)
Note: See TracChangeset for help on using the changeset viewer.