Changeset 5c8906 in git


Ignore:
Timestamp:
Oct 26, 2012, 6:57:06 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e98ad4a781c85d53c676dffec15b2b2380532667
Parents:
186df6b3fe891f605e0e3e7324333e7713165436
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-10-26 18:57:06+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-10-26 18:57:30+02:00
Message:
fix: lSize (from master)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/lists.cc

    r186df6 r5c8906  
    2525{
    2626  int n=L->nr;
    27   while ((n>=0)&&(L->m[n].rtyp==DEF_CMD)) n--;
     27   while ((n>=0)&&((L->m[n].rtyp==DEF_CMD)||(L->m[n].rtyp==0))) n--;
    2828  return n;
    2929}
Note: See TracChangeset for help on using the changeset viewer.