зеркало из https://github.com/github/ruby.git
Avoid io_tell whose return value is not used
In this case, flush_before_seek is enough. This change will suppress a warning of Coverity Scan.
This commit is contained in:
Родитель
18603e9046
Коммит
315d3adf0f
2
io.c
2
io.c
|
@ -7275,7 +7275,7 @@ io_reopen(VALUE io, VALUE nfile)
|
|||
rb_sys_fail(0);
|
||||
}
|
||||
else {
|
||||
io_tell(fptr);
|
||||
flush_before_seek(fptr);
|
||||
}
|
||||
if (orig->mode & FMODE_READABLE) {
|
||||
pos = io_tell(orig);
|
||||
|
|
Загрузка…
Ссылка в новой задаче