Changeset 47fa195 in git


Ignore:
Timestamp:
Oct 13, 2008, 7:31:45 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e53182eb35f1f9b5aacabc078da3311f55eacc52
Parents:
678db5f3de5fccb15d30e965653e3b773e557f6b
Message:
*hannes: more StringAppendS


git-svn-id: file:///usr/local/Singular/svn/trunk@11133 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc.cc

    r678db5 r47fa195  
    481481               S_UNAME, S_VERSION1, SINGULAR_VERSION,
    482482               feVersionId,singular_date);
    483   StringAppend("\t");
     483  StringAppendS("\t");
    484484#ifdef HAVE_FACTORY
    485485              StringAppend("factory(%s),", factoryVersion);
     
    558558#endif
    559559#ifdef OM_NDEBUG
    560               StringAppend("OM_NDEBUG,");
     560              StringAppendS("OM_NDEBUG,");
    561561#endif
    562562#ifdef PDEBUG
     
    583583              feStringAppendResources(0);
    584584              feStringAppendBrowsers(0);
    585               StringAppend("\n");
     585              StringAppendS("\n");
    586586              return str;
    587587}
Note: See TracChangeset for help on using the changeset viewer.