Changeset 040c71 in git for libpolys


Ignore:
Timestamp:
Oct 23, 2013, 2:17:13 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bbb68929894113459a1e1029010bfd9b06dc0768
Parents:
73c359dca6e6c74870e72d5463a809136999f93e
Message:
g: prefer StringAppendS over StringAppend (from master)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/matpol.cc

    r73c359d r040c71  
    779779  int j,jj = MATCOLS(im);
    780780  poly *pp = im->m;
     781  char ch_s[2];
     782  ch_s[0]=ch;
     783  ch_s[1]='\0';
     784
    781785  StringSetS("");
    782786
     
    786790    {
    787791      p_String0(*pp++, r);
    788       StringAppend("%c",ch);
     792      StringAppendS(ch_s);
    789793      if (dim > 1) StringAppendS("\n");
    790794    }
Note: See TracChangeset for help on using the changeset viewer.