Skip to content

fix: use pointer instead of long, which won't work on Windows#237

Open
eat-swap wants to merge 1 commit into
ckolivas:masterfrom
eat-swap:master
Open

fix: use pointer instead of long, which won't work on Windows#237
eat-swap wants to merge 1 commit into
ckolivas:masterfrom
eat-swap:master

Conversation

@eat-swap

Copy link
Copy Markdown

Using sizeof(long) == 4 to tell whether a platform is 32-bit or not is not reliable since LLP64 platforms exists (and specifically, Win64 API, refernece here). This causes problems while trying to port lrzip to such platfroms.

@anon767

anon767 commented Jan 16, 2023

Copy link
Copy Markdown

wouldn't be sizeof(size_t) == 4 be more appropriate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants