Changeset 4cbc5c in git


Ignore:
Timestamp:
Apr 22, 2005, 5:14:02 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
c1819736b4b24f4e58363635d5047d21d3c675b7
Parents:
c80ee30497ba1a01530708ad54b6a5dad8f414af
Message:
hannes: list wrong index


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

Legend:

Unmodified
Added
Removed
  • Singular/fehelp.cc

    rc80ee30 r4cbc5c  
    44/*
    55* ABSTRACT: help system
    6 * versin $Id: fehelp.cc,v 1.39 2004-09-13 15:41:33 Singular Exp $
     6* versin $Id: fehelp.cc,v 1.40 2005-04-22 15:14:02 Singular Exp $
    77*/
    88
     
    612612    if (index_key[MAX_HE_ENTRY_LENGTH]!='\0')
    613613    {
    614       WerrorS("index file corrupt");
     614      index_key[MAX_HE_ENTRY_LENGTH]='\0';
     615      Werror("index file corrupt at line >>%s<<",index_key);
    615616      break;
    616617    }
Note: See TracChangeset for help on using the changeset viewer.