mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +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?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1786
Author: @DhanushVarma-2
Created: 12/8/2025
Status: ✅ Merged
Merged: 12/9/2025
Merged by: @cfsmp3
Base:
master← Head:fresh-g608-fix📝 Commits (1)
592018eFix G608 output extra NULL character (#1777)📊 Changes
1 file changed (+1 additions, -2 deletions)
View changed files
📝
src/lib_ccx/ccx_encoders_common.c(+1 -2)📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.