mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #348] [MERGED] Fixing problems with XDS #1189
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/348
Author: @Abhinav95
Created: 3/28/2016
Status: ✅ Merged
Merged: 3/29/2016
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (4)
0e9d0e6Fixing problems with XDSedc3d85Minor Refactoring02cd11eFixing xds_write_to_file9379702Fixing error in setting xds_write_to_file📊 Changes
6 files changed (+17 additions, -10 deletions)
View changed files
📝
src/lib_ccx/ccx_decoders_common.c(+5 -5)📝
src/lib_ccx/ccx_decoders_structs.h(+1 -1)📝
src/lib_ccx/ccx_decoders_xds.c(+7 -1)📝
src/lib_ccx/ccx_decoders_xds.h(+1 -1)📝
src/lib_ccx/lib_ccx.c(+2 -2)📝
src/lib_ccx/params.c(+1 -0)📄 Description
Fixes #347
Always parsing XDS data. (ctx never initialized to null).
When using -xdsdebug, debug data always prints on screen but XDS data is written to file only in case of transcripts.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.