[PR #365] [MERGED] Small input file fixes #1206

Closed
opened 2026-01-29 17:00:18 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/365
Author: @canihavesomecoffee
Created: 5/22/2016
Status: Merged
Merged: 5/22/2016
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (3)

  • e06be2d Manual implementation of York He Fix
  • 243cd64 Merge remote-tracking branch 'CCExtractor/master'
  • c1ec393 Better small file fix

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 src/lib_ccx/file_functions.c (+2 -1)

📄 Description

Successor of the #323 PR. Instead of calling it every time when buffered_read_opt is called, it's now using a built in variable that holds the size already.

Closes #277, closes #281, closes #287


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/365 **Author:** [@canihavesomecoffee](https://github.com/canihavesomecoffee) **Created:** 5/22/2016 **Status:** ✅ Merged **Merged:** 5/22/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`e06be2d`](https://github.com/CCExtractor/ccextractor/commit/e06be2d2f1a42b48339a6aec8cd98b78c5990e80) Manual implementation of York He Fix - [`243cd64`](https://github.com/CCExtractor/ccextractor/commit/243cd64d56430dcddc24b45cc7237e73806c7fed) Merge remote-tracking branch 'CCExtractor/master' - [`c1ec393`](https://github.com/CCExtractor/ccextractor/commit/c1ec393bed0705a3236607eb4d7b6ef4b40045ce) Better small file fix ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/file_functions.c` (+2 -1) </details> ### 📄 Description Successor of the #323 PR. Instead of calling it every time when buffered_read_opt is called, it's now using a built in variable that holds the size already. Closes #277, closes #281, closes #287 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:00:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1206