Changeset 4cbc5c in git
- Timestamp:
- Apr 22, 2005, 5:14:02 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- c1819736b4b24f4e58363635d5047d21d3c675b7
- Parents:
- c80ee30497ba1a01530708ad54b6a5dad8f414af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fehelp.cc
rc80ee30 r4cbc5c 4 4 /* 5 5 * ABSTRACT: help system 6 * versin $Id: fehelp.cc,v 1. 39 2004-09-13 15:41:33Singular Exp $6 * versin $Id: fehelp.cc,v 1.40 2005-04-22 15:14:02 Singular Exp $ 7 7 */ 8 8 … … 612 612 if (index_key[MAX_HE_ENTRY_LENGTH]!='\0') 613 613 { 614 WerrorS("index file corrupt"); 614 index_key[MAX_HE_ENTRY_LENGTH]='\0'; 615 Werror("index file corrupt at line >>%s<<",index_key); 615 616 break; 616 617 }
Note: See TracChangeset
for help on using the changeset viewer.