mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
Recursive build error.... *2
This commit is contained in:
parent
65ba1f3008
commit
0ee803935e
12 changed files with 97 additions and 56 deletions
|
|
@ -467,7 +467,7 @@ void readFull(int fd, unsigned char * buf, size_t count)
|
|||
throw SysError("reading from file");
|
||||
}
|
||||
if (res == 0)
|
||||
throw EndOfFile("unexpected end-of-file (in readFull so deamon communication)");
|
||||
throw EndOfFile("unexpected end-of-file (in readFull so daemon communication)");
|
||||
count -= res;
|
||||
buf += res;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue