From: C.Ponapalt Date: Fri, 12 Mar 2004 09:06:38 +0000 (+0000) Subject: LoadDefinitionFileVer3の返り値がゴースト非該当の場合でも空文字列でない場合がある問題を修正 (たぶんToDo #381) X-Git-Tag: SVG2-5~2 X-Git-Url: http://git.osdn.net/view?p=winbottle%2Fsvg-dll.git;a=commitdiff_plain;h=42d1f4e7b164d0e9ea19ad9f4caaa08eb02be0c7 LoadDefinitionFileVer3の返り値がゴースト非該当の場合でも空文字列でない場合がある問題を修正 (たぶんToDo #381) --- diff --git a/SVG.dpr b/SVG.dpr index 4cd46c5..4830b9d 100644 --- a/SVG.dpr +++ b/SVG.dpr @@ -220,8 +220,10 @@ begin begin SakuraName := Val; Ghost2File.Values[SakuraName] := FileName; //ŽŸ‚©‚ç‚̃Vƒ‡[ƒgƒJƒbƒg - if SakuraName <> Ghost then //•ÊƒS[ƒXƒg‚Ì’è‹`ƒtƒ@ƒCƒ‹‚Ȃ̂ŃpƒX + if SakuraName <> Ghost then begin //•ÊƒS[ƒXƒg‚Ì’è‹`ƒtƒ@ƒCƒ‹‚Ȃ̂ŃpƒX + Result := ''; Exit; + end; end else if Key = 'surfacefile' then begin Result := Val;