Changeset 00d2a4 in git for standalone.test


Ignore:
Timestamp:
Feb 20, 2013, 5:46:21 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Location:
standalone.test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • standalone.test/test.cc

    rc76ff6 r00d2a4  
    131131  StringSetS("ressources in use (as reported by feStringAppendResources(0):\n");
    132132  feStringAppendResources(0);
    133   PrintS(StringEndS("\n"));
     133  { StringAppendS("\n"); char* s = StringEndS(); PrintS(s); omFree(s); }
    134134  // longrat
    135135  if( simple(n_Q) )
  • standalone.test/tt.cc

    rc76ff6 r00d2a4  
    1515  StringSetS("ressources in use (as reported by feStringAppendResources(0):\n");
    1616  feStringAppendResources(0);
    17   PrintS(StringEndS("\n"));
    18 
     17   
     18  { StringAppendS("\n"); char* s = StringEndS(); PrintS(s); omFree(s); }
     19   
    1920//  // init path names etc.
    2021//  siInit(argv[0]);
Note: See TracChangeset for help on using the changeset viewer.