[PR #763] [MERGED] [FIX] Correctly handle return codes. #1580

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/763
Author: @saurabhshri
Created: 8/12/2017
Status: Merged
Merged: 8/21/2017
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (2)

  • ce0fc1b Correctly handle return codes.
  • 5b72003 Merge branch 'master' into master

📊 Changes

2 files changed (+365 additions, -361 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 src/ccextractor.c (+364 -361)

📄 Description

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

Return code after parameter parsing were incorrectly handles leading to errors such as Error: Invalid option to CCextractor Library when the program should not have continues et cetera.


🔄 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/763 **Author:** [@saurabhshri](https://github.com/saurabhshri) **Created:** 8/12/2017 **Status:** ✅ Merged **Merged:** 8/21/2017 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`ce0fc1b`](https://github.com/CCExtractor/ccextractor/commit/ce0fc1b423ef2d4a83953b80bc32b5ccfd776f00) Correctly handle return codes. - [`5b72003`](https://github.com/CCExtractor/ccextractor/commit/5b72003a239cb667b500d41e1a552420b5bf78f3) Merge branch 'master' into master ### 📊 Changes **2 files changed** (+365 additions, -361 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `src/ccextractor.c` (+364 -361) </details> ### 📄 Description **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [x] I am an active contributor to CCExtractor. --- Return code after parameter parsing were incorrectly handles leading to errors such as `Error: Invalid option to CCextractor Library` when the program should not have continues et cetera. --- <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:17:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1580