Changeset 1257
- Timestamp:
- 09/11/08 21:28:29 (3 months ago)
- Files:
-
- 1.8.3/branches/devel/CHANGES.183 (modified) (1 diff)
- 1.8.3/branches/devel/src/extchat.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/CHANGES.183
r1253 r1257 68 68 qa'toq [SW] 69 69 * 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. 70 72 71 73 Version 1.8.3 patchlevel 6 Jan 01, 2008 1.8.3/branches/devel/src/extchat.c
r1254 r1257 524 524 db_read_this_labeled_int(fp, "type", &n); 525 525 db_read_this_labeled_string(fp, "title", &tmp); 526 ChanNumUsers(ch) -= 1; 526 527 } 527 528 }
