Difference for common/readable.c from version 1.18 to 1.19


version 1.18 version 1.19
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_readable_c =   * static char *rcsid_readable_c =
  *   "$Id: readable.c,v 1.18 2005/05/06 21:10:07 tchize Exp $";   *   "$Id: readable.c,v 1.19 2005/07/16 21:10:37 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 1288
 
Line 1288
   
     if (i == 0)      if (i == 0)
       {        {
    LOG (llevError, "get_random_mon() couldnt return monster for level %d\n",     LOG (llevError, "get_random_mon() couldn't return monster for level %d\n",
         level);          level);
    return NULL;     return NULL;
       }        }
Line 1608
 
Line 1608
   
     if (fl->total_chance == 0)      if (fl->total_chance == 0)
       {        {
  book->msg = add_string(" <indescipherable text>\n");   book->msg = add_string(" <indecipherable text>\n");
  new_text_name(book, 4);   new_text_name(book, 4);
  add_author(book,4);   add_author(book,4);
  return;   return;
Line 1623
 
Line 1623
     }      }
   
     if (!formula) {      if (!formula) {
  book->msg = add_string(" <indescipherable text>\n");   book->msg = add_string(" <indecipherable text>\n");
  new_text_name(book, 4);   new_text_name(book, 4);
  add_author(book,4);   add_author(book,4);
    


Legend:
line(s) removed in v.1.18 
line(s) changed
 line(s) added in v.1.19

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:17