From: Magnus Jacobsson Date: Tue, 8 Sep 2020 18:26:18 +0000 (+0200) Subject: Corrected name of HAVE_FILE_R macro in lefty X-Git-Tag: 2.46.0~20^2^2~87^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec2ffb3b525eeaeafd8c3bf80aa610fe6c897060;p=graphviz Corrected name of HAVE_FILE_R macro in lefty Changing it to HAVE_R_IN_FILE was clearly a mistake in commit 070479236d25977cde7d8306635695af2fb7c203. From what I can tell this currectly does not affect anything. --- diff --git a/cmd/lefty/lefty.c b/cmd/lefty/lefty.c index 08b922735..0b3a0edd2 100644 --- a/cmd/lefty/lefty.c +++ b/cmd/lefty/lefty.c @@ -53,7 +53,7 @@ # if HAVE_FILE_IO_READ_END # define canread(f) ((f)->_IO_read_end>(f)->_IO_read_ptr) # else -# if HAVE_R_IN_FILE +# if HAVE_FILE_R # define canread(f) ((f)->_r>0) # else # define canread(f) (1)