下载
开发软件
账户
下载
开发软件
登录
我忘记用户名和密码了
创建帐户
语言
帮助
语言
帮助
×
登录
登录名
密码
×
我忘记用户名和密码了
简体中文翻译状态
类别:
软件
用户
PersonalForge
Magazine
Wiki
搜索
OSDN
>
浏览软件
>
Games/Entertainment
>
Role-Playing
>
JNetHack
>
Ticket List/Search
>
任务单 #726
JNetHack
Fork
source
tool
htdocs
描述
项目概述
开发人员仪表板
项目的网页
开发人员
Image Gallery
List of RSS Feeds
Activity
统计
历史
下载
List of Releases
统计
源代码
Code Repository list
Git
source
tool
htdocs
Subversion
查看仓库
CVS
查看仓库
任务单
Ticket List
里程碑列表
Type List
组件列表
List of frequently used tickets/RSS
Submit New Ticket
文档
Wiki
FrontPage
Title index
Recent changes
Doc Mgr
列表文档
沟通
list of ML
jnethack-announce
jnethack-cvs
jnethack-devel
jnethack-ticket
新闻
任务单 #726
Ticket List
Submit New Ticket
RSS
何かの文字があなたのの頭から消えた!
开放日期:
2002-11-07 11:06
最后更新:
2002-12-20 00:15
monitor
ON
OFF
报告人:
(匿名)
属主:
argrath
类型:
Bugs
状态:
关闭
组件:
(无)
里程碑:
(无)
优先:
5 - Medium
严重性:
5 - Medium
处理结果:
Fixed
文件:
1
Details
回复
土のゴーレムに変化して自分自身に無力化の杖を振ったとき、
何かの文字があなたのの頭から消えた!
と表示されます。
static const char your[] = "あなたの";
を
static const char your[] = "あなた";
にすれば修正できるはず。
任务单历史 (3/4 Histories)
Show older Histories
2002-11-08 00:16
Updated by:
argrath
处理结果
Update from
无
to
Accepted
评论
回复
Logged In: YES
user_id=1120
確認しました。
2002-11-08 02:01
Updated by:
argrath
File
141: zap.c.diff
is attached
2002-11-08 02:01
Updated by:
argrath
处理结果
Update from
Accepted
to
Fixed
评论
回复
Logged In: YES
user_id=1120
修正しました。
2002-12-20 00:15
Updated by:
argrath
Ticket Close date
is changed to
2002-12-20 00:15
状态
Update from
开启
to
关闭
评论
回复
Logged In: YES
user_id=1120
修正版(3.4.0-0.9)がリリースされたので閉じます。
Attachment File List (
1
)
Attachment File List
zap.c.diff
(380字节)
パッチ
编辑
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
登录名
Add Comment
预览
Submit
何かの文字があなたのの頭から消えた!
と表示されます。
static const char your[] = "あなたの";
を
static const char your[] = "あなた";
にすれば修正できるはず。