version Ok

This commit is contained in:
2023-01-22 14:33:23 +01:00
parent a23ffb6bbe
commit 7546aedec2
11 changed files with 519 additions and 154 deletions
-1
View File
@@ -59,7 +59,6 @@ FILE * popen2(array<string, 7> argv, string type, int & pid)
message);
}else
{
if((child_pid = fork()) == -1)
{
perror("fork");