mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-05 21:51:23 +00:00
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
ab109cf316
commit
159b2193f4
@@ -1585,7 +1585,9 @@ int general_loop(struct lib_ccx_ctx *ctx)
|
||||
// void segment_output_file(struct lib_ccx_ctx *ctx, struct lib_cc_decode *dec_ctx);
|
||||
// dec_ctx is NULL only when no data was processed (e.g. empty stdin)
|
||||
if (dec_ctx)
|
||||
{
|
||||
segment_output_file(ctx, dec_ctx);
|
||||
}
|
||||
|
||||
if (ccx_options.send_to_srv)
|
||||
net_check_conn();
|
||||
|
||||
Reference in New Issue
Block a user