fread_string: string to large (db.c)

From: S. Mead (meadsh@ECE.ORST.EDU)
Date: 02/18/98


I got this error while trying to boot up, this is the section of code in
db.c function char *fread_string that called the error:

    if (length + templength >= MAX_STRING_LENGTH) {
      log("SYSERR: fread_string: string too large (db.c)");
      log(error);
      exit(1);

I don't know what it means, is it trying to reading a text file or
something?  I don't know what the fread_string function does either...

Thanks!
Shaw


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST