PennMUSH Community

Changeset 1257

Show
Ignore:
Timestamp:
09/11/08 21:28:29 (3 months ago)
Author:
shawnw
Message:

#7581: Garbage object in chat db

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/CHANGES.183

    r1253 r1257  
    6868   qa'toq [SW] 
    6969 * portmsg didn't compile. Reported by Impster. [SW] 
     70 * A chat db with a garbage object on a channel would fail to load. 
     71   Reported by Eratl.  
    7072 
    7173Version 1.8.3 patchlevel 6                      Jan 01, 2008 
  • 1.8.3/branches/devel/src/extchat.c

    r1254 r1257  
    524524      db_read_this_labeled_int(fp, "type", &n); 
    525525      db_read_this_labeled_string(fp, "title", &tmp); 
     526      ChanNumUsers(ch) -= 1; 
    526527    } 
    527528  }