mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-11-10 06:42:02 +05:30
extol.c: assign new file handler to old file handler
This commit is contained in:
parent
bef0606936
commit
bb3f589cbe
@ -55,6 +55,7 @@ extol (FILE *f)
|
||||
perror ("freopen");
|
||||
exit (EXIT_FAILURE);
|
||||
}
|
||||
fs = new_fs;
|
||||
}
|
||||
result = extol (fs);
|
||||
for (result <<= 4, result &= ~15;
|
||||
|
Loading…
Reference in New Issue
Block a user