jcs
/subtext
/amendments
/483
board: Fix printing message id when deleting an FTN post
jcs made amendment 483 about 1 year ago
--- board.c Mon Apr 17 15:09:50 2023
+++ board.c Wed Apr 19 00:04:08 2023
@@ -1039,7 +1039,7 @@ board_post_read(struct session *s, struct board *board
if (board->ftn_area[0]) {
board_delete_ftn_post(board, &fpost);
session_logf(s, "Deleted %s post %ld",
- db->config.ftn_network, post.id);
+ db->config.ftn_network, fpost.id);
} else {
board_delete_post(board, &post, &thread);
session_logf(s, "Deleted post %ld (thread %ld)",