OSDN Git Service

・URL を受け付けなくなっていたバグを修正。
authoryoffy <yoffy>
Sun, 23 Nov 2003 03:26:42 +0000 (03:26 +0000)
committeryoffy <yoffy>
Sun, 23 Nov 2003 03:26:42 +0000 (03:26 +0000)
res/ExternalBoardPlugIn/MachiBBSPlugIn.dpr

index a1144a5..8894f31 100644 (file)
@@ -79,7 +79,7 @@ const
        MAJOR_VERSION                   = 1;
        MINOR_VERSION                   = 0;
        RELEASE_VERSION         = 'beta';
-       REVISION_VERSION        = 9;
+       REVISION_VERSION        = 10;
 
 // =========================================================================
 // \8eG\97p\8aÖ\90\94
@@ -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  // \8dÅ\8cã\82ª '/' \82Å\95Â\82ß\82ç\82ê\82Ä\82é\82È\82ç 3