• 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

FLVなど sext styp のついた配信のリレーができない問題を修正するパッチ


Commit MetaInfo

Revision9c20bf34746f81b27f70d107086a61d5163ce737 (tree)
Time2017-09-01 06:06:48
AuthorYoteichi <plonk@pian...>
CommiterYoteichi

Log Message

インデントの修正。

Change Summary

Incremental Difference

--- a/core/common/channel.cpp
+++ b/core/common/channel.cpp
@@ -4470,7 +4470,7 @@ void ChanInfo::writeInfoAtoms(AtomStream &atom)
44704470 atom.writeString(PCP_CHAN_INFO_TYPE,getTypeStr());
44714471 if (!streamType.isEmpty())
44724472 atom.writeString(PCP_CHAN_INFO_STREAMTYPE,streamType.cstr());
4473- if (!streamExt.isEmpty())
4473+ if (!streamExt.isEmpty())
44744474 atom.writeString(PCP_CHAN_INFO_STREAMEXT,streamExt.cstr());
44754475 if(ppFlags)
44764476 atom.writeInt(PCP_CHAN_INFO_PPFLAGS,ppFlags); //JP-MOD