• 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

Revision150e373747c5acdd0f32cddb1fac1aaf88331482 (tree)
Time2011-02-23 23:48:25
Authorh677 <h677>
Commiterh677

Log Message

ヘッダのCookie行を1行にまとめた

Change Summary

Incremental Difference

--- a/Editor.pas
+++ b/Editor.pas
@@ -2488,7 +2488,7 @@ begin
24882488 Result := 'Cookie: ' + Result + 'NAME=' + NameComboBox.Text + '; MAIL=' + MailComboBox.Text;
24892489
24902490 if HAP <> '' then
2491- Result := Result + #13#10'Cookie: HAP=' + HAP + '; ';
2491+ Result := Result + '; HAP=' + HAP + '; ';
24922492
24932493 end;
24942494
Binary files a/gikoNavi.res and b/gikoNavi.res differ