mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 07:22:44 +02:00
Fix typo
Signed-off-by: max_10 <max_10@gmx.de>
Origin commit data
------------------
Branch: master
Commit: f9b108577c
Author: samsamsam <samsamsam@o2.pl>
Date: 2018-04-17 (Tue, 17 Apr 2018)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user