Changeset 118b3c in git


Ignore:
Timestamp:
May 8, 2020, 2:25:47 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6dd33c01a9c354dd3b89fe045bffa9b635e23954
Parents:
04975c0981c6535b9e109a30a7c90e7fff59fae9
Message:
ndCoeffString via n_CoeffName
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/numbers.cc

    r04975c r118b3c  
    5656static char* ndCoeffString(const coeffs r)
    5757{
    58   char *s=(char *)omAlloc(11);snprintf(s,11,"Coeffs(%d)",r->type);
    59   return s;
     58  return omStrDup(r->cfCoeffName(r));
    6059}
    6160static char* ndCoeffName(const coeffs r)
Note: See TracChangeset for help on using the changeset viewer.