mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #40] remove cursor reset #933
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?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/40
State: closed
Merged: Yes
Leaving just "context->cursor_row = context->rollup_base_row;" at 830 makes no sense. Suppose there was PAC before the RU. Then cursor_row wouldn't change after this line. If there wasn't PAC, then line 838 would set cursor_row.