From bb3f589cbe817ddf07609f65c1ba61fb01f15acf Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sat, 9 Mar 2024 15:50:58 +0300 Subject: [PATCH] extol.c: assign new file handler to old file handler --- c-programming/jokes/extol.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c-programming/jokes/extol.c b/c-programming/jokes/extol.c index 23e2ba9..f4c5fe9 100644 --- a/c-programming/jokes/extol.c +++ b/c-programming/jokes/extol.c @@ -55,6 +55,7 @@ extol (FILE *f) perror ("freopen"); exit (EXIT_FAILURE); } + fs = new_fs; } result = extol (fs); for (result <<= 4, result &= ~15;