Changeset ce7ba6 in git
- Timestamp:
- Jul 6, 1999, 4:18:45 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 917fb594a0b98105fc6568e37e9d3d4012f92485
- Parents:
- 472f39ab0b89934d33bab9f90e3d8c81263ba84e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/silink.cc
r472f39 rce7ba6 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: silink.cc,v 1.2 8 1999-07-06 13:35:33Singular Exp $ */4 /* $Id: silink.cc,v 1.29 1999-07-06 14:18:45 Singular Exp $ */ 5 5 6 6 /* … … 418 418 { 419 419 buf=(char *)AllocL(80); 420 fe_fgets_stdin( pr->Data(),buf,80);420 fe_fgets_stdin((char *)pr->Data(),buf,80); 421 421 } 422 422 else
Note: See TracChangeset
for help on using the changeset viewer.