Signed-off-by: max_10 <max_10@gmx.de>


Origin commit data
------------------
Branch: master
Commit: d47619797b
Author: samsamsam <samsamsam@o2.pl>
Date: 2018-04-17 (Tue, 17 Apr 2018)



------------------
This commit was generated by Migit
This commit is contained in:
samsamsam
2018-04-17 22:35:47 +02:00
committed by max_10
parent 5d47db32fc
commit dd529e7c59

View File

@@ -129,7 +129,7 @@ ssize_t WriteWithRetry(Context_t *context, int pipefd, int fd, const void *buf,
if(FD_ISSET(pipefd, &rfds)) if(FD_ISSET(pipefd, &rfds))
{ {
FlusPipe(pipefd); FlushPipe(pipefd);
//printf("RETURN FROM SELECT DUE TO pipefd SET\n"); //printf("RETURN FROM SELECT DUE TO pipefd SET\n");
continue; continue;
} }