Changeset 6ed924 in git
- Timestamp:
- May 6, 2005, 12:08:43 PM (18 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- edfd36b5c71dcd3e71c28a77cd8208d2605ba5d4
- Parents:
- 55ebf3c16ccdb234df559a4a5e59aefc2979bce9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fehelp.cc
r55ebf3 r6ed924 4 4 /* 5 5 * ABSTRACT: help system 6 * versin $Id: fehelp.cc,v 1.4 2 2005-05-03 14:30:09Singular Exp $6 * versin $Id: fehelp.cc,v 1.43 2005-05-06 10:08:43 Singular Exp $ 7 7 */ 8 8 … … 610 610 while (fscanf(fd, "%[^\t]\t%*[^\n]\n", index_key) == 1) 611 611 { 612 if ( index_key[MAX_HE_ENTRY_LENGTH]!='\0')613 { 614 index_key[MAX_HE_ENTRY_LENGTH ]='\0';612 if ((index_key[MAX_HE_ENTRY_LENGTH-1]!='\0')) 613 { 614 index_key[MAX_HE_ENTRY_LENGTH-1]='\0'; 615 615 Werror("index file corrupt at line >>%s<<",index_key); 616 616 break;
Note: See TracChangeset
for help on using the changeset viewer.