1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-09-20 00:05:34 +05:30

extol.c: assign new file handler to old file handler

This commit is contained in:
Intel A80486DX2-66 2024-03-09 15:50:58 +03:00
parent bef0606936
commit bb3f589cbe
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -55,6 +55,7 @@ extol (FILE *f)
perror ("freopen");
exit (EXIT_FAILURE);
}
fs = new_fs;
}
result = extol (fs);
for (result <<= 4, result &= ~15;