Changeset 00d2a4 in git for Singular/bigintm.cc


Ignore:
Timestamp:
Feb 20, 2013, 5:46:21 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
5602268070a5515f6c8a239a56a190a45699fcfd
Parents:
c76ff65d85851a1aa35d35a8db7408b7642e643a
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-20 17:46:21+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-20 18:58:27+01:00
Message:
Fixed the usage pattern for StringEndS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/bigintm.cc

    rc76ff6 r00d2a4  
    2121     StringSetS("");
    2222     number n=(number)d; nlWrite(n,NULL); d=(void*)n;
    23      return omStrDup(StringEndS(""));
     23     return StringEndS();
    2424    }
    2525}
Note: See TracChangeset for help on using the changeset viewer.