Changeset 656985 in git for kernel


Ignore:
Timestamp:
Feb 4, 2013, 7:08:59 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
67242b64d178faf65f7a6059740248dcfbf15c53
Parents:
34bed3afb398ed629ac9df0a7633a0816ba27718
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-04 19:08:59+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-07 20:01:51+01:00
Message:
Fix the remaining wrongs due to API change: PrintS+StringAppendS -> PrintS+StringEndS!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/old.Poly.h

    r34bed3 r656985  
    379379     StringSetS("");
    380380     write();
    381      PrintS(StringAppendS(""));
     381     PrintS(StringEndS(""));
    382382     }*/
    383383  virtual ~PolyBase(){}
Note: See TracChangeset for help on using the changeset viewer.