Changeset b45d97 in git for Singular/ipprint.cc


Ignore:
Timestamp:
Apr 17, 1999, 2:30:24 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a79a12873c307b35db5462af26c49d5b594af644
Parents:
458bd67f21def86763df6137584fe9c0d9fa9a66
Message:
more StringAppendS


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

Legend:

Unmodified
Added
Removed
  • Singular/ipprint.cc

    r458bd6 rb45d97  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipprint.cc,v 1.8 1998-11-16 08:41:17 Singular Exp $ */
     4/* $Id: ipprint.cc,v 1.9 1999-04-17 12:30:18 Singular Exp $ */
    55/*
    66* ABSTRACT: interpreter: printing
     
    9797    {
    9898      pString(m->m[i]);
    99       ss=StringAppend(",");
     99      ss=StringAppendS(",");
    100100      if ((int)strlen(ss)>colmax) s[i]=NULL;
    101101      else                        s[i]=mstrdup(ss);
Note: See TracChangeset for help on using the changeset viewer.