- use STD*_FILENO some more. No object-code changes

This commit is contained in:
Bernhard Reutner-Fischer
2008-05-19 09:48:17 +00:00
parent 636a1f85e8
commit 5e25ddb7d3
21 changed files with 59 additions and 59 deletions

View File

@@ -1924,7 +1924,7 @@ static void identify_from_stdin(void)
unsigned char *b = (unsigned char *)buf;
int i;
xread(0, buf, 1280);
xread(STDIN_FILENO, buf, 1280);
// Convert the newline-separated hex data into an identify block.