PennMUSH Community
Show
Ignore:
Timestamp:
07/08/07 20:50:12 (1 year ago)
Author:
shawnw
Message:

Merged 1.8.3p4 into trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/src/destroy.c

    r919 r1032  
    899899      first_free = NOTHING; 
    900900      report(); 
    901       do_rawlog(LT_ERR, T("ERROR: Removed free list and continued\n")); 
     901      do_rawlog(LT_ERR, T("ERROR: Removed free list and continued")); 
    902902      return (NOTHING); 
    903903    } 
    904904    report(); 
    905     do_rawlog(LT_TRACE, T("ERROR: Object #%d should not be free\n"), newobj); 
    906     do_rawlog(LT_TRACE, T("ERROR: Corrupt free list, fixing\n")); 
     905    do_rawlog(LT_TRACE, T("ERROR: Object #%d should not be free"), newobj); 
     906    do_rawlog(LT_TRACE, T("ERROR: Corrupt free list, fixing")); 
    907907    fix_free_list(); 
    908908    temp = free_get();