mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
Unused Value #227
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sidgairo18 on GitHub (Jan 6, 2017).
Assigning value from
ctx->filebuffer_pos to ctx->bytesinbufferhere, but that stored value is overwritten before it can be used.In function
void return_to_buffer(), filename - src/lib_ccx/file_functions.c@sidgairo18 commented on GitHub (Jan 8, 2017):
Issue resolved with PR #611