From 2d7070e7dddbb689d71327a7c8b25f70cb627e78 Mon Sep 17 00:00:00 2001 From: sirakaba Date: Mon, 9 Nov 2009 13:59:17 +0000 Subject: [PATCH] =?utf8?q?TPI=5FERROR=5FSUCCESS=E3=81=AE=E5=80=A4=E3=82=92?= =?utf8?q?=E5=A4=89=E6=9B=B4=E3=81=97=E3=81=9F=E3=81=93=E3=81=A8=E3=81=AB?= =?utf8?q?=E3=82=88=E3=82=8B=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/tpi/tpi@90 9df91469-1e22-0410-86e7-ea8537beb833 --- src/frontend/frm_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/frm_main.cpp b/src/frontend/frm_main.cpp index 5e41449..b6fdc12 100644 --- a/src/frontend/frm_main.cpp +++ b/src/frontend/frm_main.cpp @@ -928,7 +928,7 @@ int MainFrame::LoadTPI(wxString szFileName) while (! szTPIName.IsEmpty()) { // ‘ΉžŠm”FB - if (! tpi.InitLibrary(szTPIName, szFileName, 0) || ! tpi.CheckArchive(szFileName, & nFileCount) || nFileCount < 0) + if (! tpi.InitLibrary(szTPIName, szFileName, 0) || tpi.CheckArchive(szFileName, & nFileCount) != TPI_ERROR_SUCCESS || nFileCount < 0) { tpi.FreeLibrary(); szTPIName = fs.FindNext(); -- 2.11.0