Changeset 785588 in git


Ignore:
Timestamp:
Sep 15, 2008, 12:08:08 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
e259fe4beb4f8b56640f55874fdf60e4a99aaa9b
Parents:
57945120b7cf8789d12682e5ae24a7819c78b2ab
Message:
*hannes: typo


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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r579451 r785588  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.478 2008-08-22 09:01:18 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.479 2008-09-15 10:08:08 Singular Exp $ */
    55
    66/*
     
    24692469  if(strcmp(l->m->type,"ASCII")!=0)
    24702470  {
    2471     Werror("ASCII link required, not >$s<",l->m->type);
     2471    Werror("ASCII link required, not `%s`",l->m->type);
    24722472    slClose(l);
    24732473    return TRUE;
Note: See TracChangeset for help on using the changeset viewer.