mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #32] [MERGED] lseek64 is not required by linux #921
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/32
Author: @anshul1912
Created: 5/21/2014
Status: ✅ Merged
Merged: 5/21/2014
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (1)
9c1e23clseek64 is not required by linux📊 Changes
1 file changed (+2 additions, -8 deletions)
View changed files
📝
src/platform.h(+2 -8)📄 Description
I have tested this on 64 bit linux system with following uname info
3.2.0-29-generic Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
32 bit system have following uname - a info
Linux daku_daddy 3.7.10-1.32-pae SMP Thu May 8 00:09:34 UTC 2014 (5978d00) i686 i686 i386 GNU/Linux
I have not tested on windows since i have not touched the windows macro part. so i assume my commit should not interfere with windows.
this patch compel code to use lseek instead of lseek64, since according to manual its done internally.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.