summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-05-18 00:59:11 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-05-18 00:59:11 +0800
commit454dde0da55d0eac9d06f5a6fb99a2e1c8286053 (patch)
tree2386bbf70e6102d3a585f72f2a5114244ede8fac
parentb189efbdd86a7cc8391f0f316105ccbe0356f9dc (diff)
downloadpttbbs-454dde0da55d0eac9d06f5a6fb99a2e1c8286053.tar
pttbbs-454dde0da55d0eac9d06f5a6fb99a2e1c8286053.tar.gz
pttbbs-454dde0da55d0eac9d06f5a6fb99a2e1c8286053.tar.bz2
pttbbs-454dde0da55d0eac9d06f5a6fb99a2e1c8286053.tar.lz
pttbbs-454dde0da55d0eac9d06f5a6fb99a2e1c8286053.tar.xz
pttbbs-454dde0da55d0eac9d06f5a6fb99a2e1c8286053.tar.zst
pttbbs-454dde0da55d0eac9d06f5a6fb99a2e1c8286053.zip
add comments
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4454 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--UPDATING6
-rw-r--r--mbbsd/admin.c3
2 files changed, 8 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 61af9527..3abd9e47 100644
--- a/UPDATING
+++ b/UPDATING
@@ -13,6 +13,12 @@ $Id$
�Ӭd�ߡA�p�U���C r2273 ���d�ߺ��}�N�O
https://opensvn.csie.org/traccgi/pttbbs/changeset/2273
+��: �@�Ůɪ��ɮ׫ܦh�b upgrade �ؿ����U�A�Y�O�� *.c ���A�h�b��
+ make XXXX �N�i�H�sĶ�X�ӡA�p
+ make r3968_chicken
+ make r4035_regnew
+ make r4194_passwd
+
-----------------------------------------------------------------------------
r4306: [SHM/from_alias]
�G�m�q�����_���ҽվ�C
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index 3963fd68..b6a5b963 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -765,7 +765,8 @@ x_file(void)
fp = fopen("etc/editable", "rt");
if (!fp)
{
- vmsg("���]�w�i�s���ɮצC���A�Ь��t�ί����C");
+ // you can find a sample in sample/etc/editable
+ vmsg("���]�w�i�s���ɮצC��[etc/editable]�A�Ь��t�ί����C");
return 0;
}