• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

patch投げ用


Commit MetaInfo

Revisãob1db9f2d878b170b5bafb81146bfa4c0d2d52b31 (tree)
Hora2016-04-03 03:14:39
AutorSHIRAKATA Kentaro <argrath@ub32...>
CommiterSHIRAKATA Kentaro

Mensagem de Log

fix #36224

Mudança Sumário

Diff

--- a/src/shk.c
+++ b/src/shk.c
@@ -3361,6 +3361,9 @@ xchar x, y;
33613361 shkmoney = money_cnt(shkp->minvent);
33623362 if (!shkmoney) {
33633363 char c, qbuf[BUFSZ];
3364+#if 1 /*JP*/
3365+ char qsfx[BUFSZ];
3366+#endif
33643367 long tmpcr = ((offer * 9L) / 10L) + (offer <= 1L);
33653368
33663369 if (sell_how == SELL_NORMAL || auto_credit) {
@@ -3376,9 +3379,9 @@ xchar x, y;
33763379 c = ynaq(safe_qbuf(qbuf, qbuf, "?", obj, doname, thesimpleoname,
33773380 (obj->quan == 1L) ? "that" : "those"));
33783381 #else
3379- Sprintf(qbuf, "について%ld%sの預け金を受けいれますか?", tmpcr,
3382+ Sprintf(qsfx, "について%ld%sの預け金を受けいれますか?", tmpcr,
33803383 currency(tmpcr));
3381- c = ynaq(safe_qbuf(qbuf, "", qbuf, obj, doname, thesimpleoname,
3384+ c = ynaq(safe_qbuf(qbuf, "", qsfx, obj, doname, thesimpleoname,
33823385 "それ"));
33833386 #endif
33843387 if (c == 'a') {