Changeset 595145 in git for Singular/ipid.cc


Ignore:
Timestamp:
May 26, 2016, 10:48:10 AM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
c21def206345e194f51f5b0d9c86daf757b940f6
Parents:
181bf31ff3cd5591f8ad17307f4c78803ea11f4e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-05-26 10:48:10+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-05-26 11:41:44+02:00
Message:
ring handling (allow NULL for undefined): fix tr. #764
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipid.cc

    r181bf31 r595145  
    171171      return (void*) omAlloc0Bin(sip_link_bin);
    172172    case RING_CMD:
    173       return (void*) omAlloc0Bin(sip_sring_bin);
     173      return NULL;
    174174    case PACKAGE_CMD:
    175175    {
Note: See TracChangeset for help on using the changeset viewer.