• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

ギコナビ


Commit MetaInfo

Revisãob2e9cbc65abd242c17cda61cd4222bfe881c1f62 (tree)
Hora2004-08-26 22:53:54
Autorh677 <h677>
Commiterh677

Mensagem de Log

Boardの持っているURLがhttp://~/subject.txtになっていたので、
最後のsubject.txtを取った。

Mudança Sumário

Diff

--- a/res/ExternalBoardPlugIn/ShitarabaJBBSPlugIn.dpr
+++ b/res/ExternalBoardPlugIn/ShitarabaJBBSPlugIn.dpr
@@ -3,7 +3,7 @@ library ShitarabaJBBSPlugIn;
33 {
44 ShitarabaJBBSPlugIn
55 ‚µ‚½‚ç‚Ώˆ—ƒ†ƒjƒbƒg
6- $Id: ShitarabaJBBSPlugIn.dpr,v 1.26 2004/08/26 07:52:47 yoffy Exp $
6+ $Id: ShitarabaJBBSPlugIn.dpr,v 1.27 2004/08/26 13:53:54 h677 Exp $
77 }
88
99 uses
@@ -1433,7 +1433,8 @@ begin
14331433 try
14341434 if uri.Host = BBS_HOST_OLD then
14351435 uri.Host := BBS_HOST;
1436- URL := uri.URI;
1436+ URL := uri.Protocol + '://' + uri.Host + uri.Path;
1437+
14371438 ExtractHttpFields( ['/', '?'], [], uri.Path, uriList );
14381439 // http://jbbs.livedoor.com/game/1000/subject.txt
14391440 FilePath := MyLogFolder + uriList[ 1 ] + '\' + uriList[ 2 ] + '\' + uri.Document;