summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 7b725b81..8c93f7b3 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -997,7 +997,7 @@ edit_post(int ent, fileheader_t * fhdr, char *direct)
}
if (!(currbrdattr & BRD_HIDE) && (!bp->level || (currbrdattr & BRD_POSTMASK)))
- do_crosspost(ALLPOST, &postfile, fpath);
+ do_crosspost(ALLPOST, fhdr, fpath);
return FULLUPDATE;
}