Changeset 4740e8 in git


Ignore:
Timestamp:
Apr 17, 2013, 4:25:55 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
a0192aa3af9628fec3e5c784010f7cb52b330d83
Parents:
4c9cf1f4c24c8ead71bda2b6727665cf8975752b
Message:
fix: minor stuff from master
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/subexpr.cc

    r4c9cf1 r4740e8  
    14851485        BOOLEAN ok=FALSE;
    14861486        poly p = pmInit(id,ok);
    1487         if (ok)
     1487        if (ok && (p!=NULL))
    14881488        {
    14891489          v->data = pGetCoeff(p);
Note: See TracChangeset for help on using the changeset viewer.