Signed-off-by: max_10 <max_10@gmx.de>
This commit is contained in:
samsamsam
2018-04-15 16:03:16 +02:00
committed by Thilo Graf
parent 0783d816b0
commit 55ced53561
3 changed files with 15 additions and 13 deletions

View File

@@ -67,7 +67,7 @@ if (debug_level >= level) printf(x); } while (0)
/* ***************************** */
/* Functions */
/* ***************************** */
void FlusPipe(int pipefd)
void FlushPipe(int pipefd)
{
char tmp;
while(1 == read(pipefd, &tmp, 1));