Changeset 785588 in git
- Timestamp:
- Sep 15, 2008, 12:08:08 PM (15 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- e259fe4beb4f8b56640f55874fdf60e4a99aaa9b
- Parents:
- 57945120b7cf8789d12682e5ae24a7819c78b2ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r579451 r785588 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.47 8 2008-08-22 09:01:18 Singular Exp $ */4 /* $Id: iparith.cc,v 1.479 2008-09-15 10:08:08 Singular Exp $ */ 5 5 6 6 /* … … 2469 2469 if(strcmp(l->m->type,"ASCII")!=0) 2470 2470 { 2471 Werror("ASCII link required, not >$s<",l->m->type);2471 Werror("ASCII link required, not `%s`",l->m->type); 2472 2472 slClose(l); 2473 2473 return TRUE;
Note: See TracChangeset
for help on using the changeset viewer.