named constants please

This commit is contained in:
Christian Grothoff 2020-01-19 22:31:43 +01:00
parent e5b92f8b5e
commit bb36d40132
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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)