[PR #1005] [CLOSED] [FIX] Fixing issue 995 for linux #1807

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1005
Author: @T1duS
Created: 9/27/2018
Status: Closed

Base: masterHead: my-first-good-pull-request


📝 Commits (1)

  • 2fbfcf7 Fixing issue 995 for linux

📊 Changes

3 files changed (+60 additions, -33 deletions)

View changed files

📝 linux/Makefile.am (+3 -3)
📝 mac/Makefile.am (+4 -4)
📝 src/GUI/ccextractorGUI.c (+53 -26)

📄 Description

Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].

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.

{pull request content here}
So this is my first pull request and also the first time trying to write neat code and comments. I have fixed the failed to load image error for linux. If you approve of my code, I'll fix for windows as well.


🔄 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/1005 **Author:** [@T1duS](https://github.com/T1duS) **Created:** 9/27/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `my-first-good-pull-request` --- ### 📝 Commits (1) - [`2fbfcf7`](https://github.com/CCExtractor/ccextractor/commit/2fbfcf72914bf0a7aafde33110714432455c5c49) Fixing issue 995 for linux ### 📊 Changes **3 files changed** (+60 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `linux/Makefile.am` (+3 -3) 📝 `mac/Makefile.am` (+4 -4) 📝 `src/GUI/ccextractorGUI.c` (+53 -26) </details> ### 📄 Description Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. **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. - [X] 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. --- {pull request content here} So this is my first pull request and also the first time trying to write neat code and comments. I have fixed the failed to load image error for linux. If you approve of my code, I'll fix for windows as well. --- <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:18:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1807