• R/O
  • SSH
  • HTTPS

gsfinder-wm5-rc: Commit


Commit MetaInfo

Revision7 (tree)
Time2009-11-10 01:59:39
Authorgoriponsoft

Log Message

ステータスバーのファイル容量表示でエンバグしていたのを修正

Change Summary

Incremental Difference

--- trunk/exe/ListView.cpp (revision 6)
+++ trunk/exe/ListView.cpp (revision 7)
@@ -579,7 +579,7 @@
579579
580580 SetFormatInteger(szTemp, 64);
581581 wsprintf(szItemCount, IDS_FMT_OBJECTSCOUNT, szTemp);
582- wsprintf(szTemp, _T("I64%d"), nAllSize);
582+ wsprintf(szTemp, _T("%I64d"), nAllSize);
583583 SetFormatInteger(szTemp, 64);
584584 wsprintf(szAllSize, IDS_FMT_TOTALBYTES, szTemp);
585585 g_MainWnd.m_StatusWnd.SetTwoPaneText(szItemCount, szAllSize);
--- trunk/readme.txt (revision 6)
+++ trunk/readme.txt (revision 7)
@@ -1,10 +1,10 @@
11 ========================================================================
22 GSFinder+ for WM5 リコンパイル版
3-2008年12月・ごりぽんソフトウェア
3+2009年2月・ごりぽんソフトウェア
44 ========================================================================
55
66 ●概要
7- 現時点(2008年12月現在)で、拙作GSFinder+ for W-ZERO3で行われた不具合の修
7+ 現時点(2009年2月現在)で、拙作GSFinder+ for W-ZERO3で行われた不具合の修
88 正のうち、GSFinder+シリーズ全般に適用できる物を、かわ。氏の公開されている
99 GSFinder+ for WM5に対して反映させたものです。
1010
@@ -88,6 +88,14 @@
8888 ブログ:http://d.hatena.ne.jp/goriponsoft/
8989
9090
91+●更新履歴
92+2008年12月版
93+ 初版リリース
94+
95+2009年2月版
96+ ステータスバーのファイル容量表示でエンバグしていたのを修正
97+
98+
9199 ●修正内容
92100  GSFinder+ for W-ZERO3から反映させた修正内容は以下の通りです。日付は、
93101 GSFinder+ for W-ZERO3における修正日となっています。
Show on old repository browser