• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

*NIX用コマンドライン手順書自動作成ツール開発


Commit MetaInfo

Révision80e4e3b86ca72a4c9fee7066363b9dde5a05d62e (tree)
l'heure2016-09-04 22:05:20
AuteurKoine Yuusuke(koinec) <koinec@user...>
CommiterKoine Yuusuke(koinec)

Message de Log

* WorkBackup: 2016/09/04(Sun)

Change Summary

Modification

--- a/master.c
+++ b/master.c
@@ -180,6 +180,7 @@ int
180180 if( 0 >= i_rdsz_outbuf ) { break; }
181181
182182 (void)write(STDOUT_FILENO, str_outbuf, i_rdsz_outbuf );
183+ (void)OutBuffer_AddOutBufferString( str_outbuf, i_rdsz_outbuf );
183184
184185 if( 0 == i_pid_grandchild ) {
185186 (void)CmdLine_AddCmdLineString( str_outbuf, i_rdsz_outbuf );