Changeset 040c71 in git
- Timestamp:
- Oct 23, 2013, 2:17:13 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- bbb68929894113459a1e1029010bfd9b06dc0768
- Parents:
- 73c359dca6e6c74870e72d5463a809136999f93e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/matpol.cc
r73c359d r040c71 779 779 int j,jj = MATCOLS(im); 780 780 poly *pp = im->m; 781 char ch_s[2]; 782 ch_s[0]=ch; 783 ch_s[1]='\0'; 784 781 785 StringSetS(""); 782 786 … … 786 790 { 787 791 p_String0(*pp++, r); 788 StringAppend ("%c",ch);792 StringAppendS(ch_s); 789 793 if (dim > 1) StringAppendS("\n"); 790 794 }
Note: See TracChangeset
for help on using the changeset viewer.