mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-20 13:03:58 +00:00
[PR #1229] [MERGED] [FIX] Fix tags displaying incorrectly #2025
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/1229
Author: @NilsIrl
Created: 2/12/2020
Status: ✅ Merged
Merged: 2/12/2020
Merged by: @cfsmp3
Base:
master← Head:nils_tags_incorrect📝 Commits (1)
e3245dc[FIX] Fix tags displaying incorrectly📊 Changes
1 file changed (+30 additions, -11 deletions)
View changed files
📝
src/lib_ccx/ccx_decoders_608.c(+30 -11)📄 Description
This was caused by
19241744d7, moving fromunsigned chartoenumsfor colors and fonts. The problem with this isthat each colour isn't one byte next to each other so memcpy and memset
didn't work anymore.
The problem:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.