summaryrefslogtreecommitdiffstats
path: root/mbbsd/announce.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-01 02:47:40 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-01 02:47:40 +0800
commit38ac5c565c72463d14cbfc824f2cc84883504e6b (patch)
treeb30e0d647cc88ad92b42e9ce1ea8a73a8f6d904a /mbbsd/announce.c
parent5d7905cefdbc8b65c2c8ede660b49f11673d089d (diff)
downloadpttbbs-38ac5c565c72463d14cbfc824f2cc84883504e6b.tar
pttbbs-38ac5c565c72463d14cbfc824f2cc84883504e6b.tar.gz
pttbbs-38ac5c565c72463d14cbfc824f2cc84883504e6b.tar.bz2
pttbbs-38ac5c565c72463d14cbfc824f2cc84883504e6b.tar.lz
pttbbs-38ac5c565c72463d14cbfc824f2cc84883504e6b.tar.xz
pttbbs-38ac5c565c72463d14cbfc824f2cc84883504e6b.tar.zst
pttbbs-38ac5c565c72463d14cbfc824f2cc84883504e6b.zip
- announce: align edit_title prompt better
- Makefile refine git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4055 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r--mbbsd/announce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 29d51b14..6abae9bc 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -857,7 +857,7 @@ a_newtitle(const menu_t * pm)
memcpy(&item, &pm->header[pm->now - pm->page], FHSZ);
strlcpy(buf, item.title + 3, sizeof(buf));
- if (getdata_buf(b_lines - 1, 1, "新標題:", buf, 60, DOECHO)) {
+ if (getdata_buf(b_lines - 1, 0, " 新標題: ", buf, 60, DOECHO)) {
strlcpy(item.title + 3, buf, sizeof(item.title) - 3);
setadir(buf, pm->path);
substitute_record(buf, &item, FHSZ, pm->now + 1);