named constants please
This commit is contained in:
parent
e5b92f8b5e
commit
bb36d40132
@ -634,7 +634,7 @@ run_fake_client ()
|
|||||||
|
|
||||||
if (0 == strcmp (input_filename,
|
if (0 == strcmp (input_filename,
|
||||||
"-"))
|
"-"))
|
||||||
fd = 0;
|
fd = STDIN_FILENO;
|
||||||
else
|
else
|
||||||
fd = open (input_filename, O_RDONLY);
|
fd = open (input_filename, O_RDONLY);
|
||||||
if (-1 == fd)
|
if (-1 == fd)
|
||||||
|
Loading…
Reference in New Issue
Block a user