Changeset b45d97 in git for Singular/ipshell.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/ipshell.cc

    r458bd6 rb45d97  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.39 1999-04-16 07:53:38 obachman Exp $ */
     4/* $Id: ipshell.cc,v 1.40 1999-04-17 12:30:18 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    506506      pString0(*pp++);
    507507      s=StringAppend("%c",ch);
    508       if (dim > 1) s = StringAppend("\n");
     508      if (dim > 1) s = StringAppendS("\n");
    509509    }
    510510  }
Note: See TracChangeset for help on using the changeset viewer.