Changeset 80c703 in git for libpolys/coeffs/test.cc


Ignore:
Timestamp:
Jan 10, 2013, 4:39:56 PM (11 years ago)
Author:
Oleksandr Motsak <http://goo.gl/mcpzY>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
5fdf7adfacd151eb7c448b03ce681f70b7211e79
Parents:
538512de5ab210253d8edeee07e4a22b42392e56
git-author:
Oleksandr Motsak <http://goo.gl/mcpzY>2013-01-10 16:39:56+01:00
git-committer:
Oleksandr Motsak <http://goo.gl/mcpzY>2013-01-10 16:45:06+01:00
Message:
Fixing 'make check' due to Hans's "chg: StringAppend/StringSetS/StringEndS: use multiple times"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/test.cc

    r538512 r80c703  
    4343  n_Write(a, r);
    4444
    45   char* s = NULL;
    4645
    4746  if( eoln )
    48     s = StringAppend("\n");
    49   else
    50     s = StringAppend("");
    51 
    52   PrintS(s);
    53 
    54   // free s?
     47    PrintLn();
     48
     49  { char* s = StringEndS(); PrintS(s); omFree(s); }
    5550}
    5651
     
    263258  StringSetS("ressources in use (as reported by feStringAppendResources(0):\n");
    264259  feStringAppendResources(0);
    265   PrintS(StringAppendS("\n"));
    266 
     260  PrintLn();
     261
     262  { char* s = StringEndS(); PrintS(s); omFree(s); }
    267263
    268264  int c = 0;
Note: See TracChangeset for help on using the changeset viewer.