From: yoffy Date: Sun, 23 Nov 2003 03:26:42 +0000 (+0000) Subject: ・URL を受け付けなくなっていたバグを修正。 X-Git-Tag: v1_64_1_820~1597 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c39da5bfabbc4abef9d372ec2a0f3c37dedac646;p=gikonavigoeson%2Fgikonavi.git ・URL を受け付けなくなっていたバグを修正。 --- diff --git a/res/ExternalBoardPlugIn/MachiBBSPlugIn.dpr b/res/ExternalBoardPlugIn/MachiBBSPlugIn.dpr index a1144a5..8894f31 100644 --- a/res/ExternalBoardPlugIn/MachiBBSPlugIn.dpr +++ b/res/ExternalBoardPlugIn/MachiBBSPlugIn.dpr @@ -79,7 +79,7 @@ const MAJOR_VERSION = 1; MINOR_VERSION = 0; RELEASE_VERSION = 'beta'; - REVISION_VERSION = 9; + REVISION_VERSION = 10; // ========================================================================= // ŽG—pŠÖ” @@ -274,7 +274,7 @@ begin ExtractHttpFields( ['/'], [], uri.Path, uriList ); foundPos := Pos( BBS_HOST, uri.Host ); if (foundPos > 0) and (Length( uri.Host ) - foundPos + 1 = Length( BBS_HOST )) then begin - foundPos := Pos( THREAD_MARK, uri.Path ); + foundPos := Pos( THREAD_MARK, inURL ); if foundPos > 0 then Result := atThread else if (uriList.Count > 1) and (uri.Path <> '/') then // ÅŒã‚ª '/' ‚ŕ‚߂ç‚ê‚Ä‚é‚È‚ç 3