mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 12:03:00 +00:00
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/1786
State: closed
Merged: Yes
Changes Made:
Fixed
get_line_encoded()inccx_encoders_common.c:for (int i = 0; i < 33; i++)tofor (int i = 0; i < 32; i++)Fixed
get_color_encoded()inccx_encoders_common.c:*buffer = 0;line that added a NULL terminatorResult:
G608 output now correctly contains:
Fixes #1777