Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tentative fix of issue #2 #3

Merged
merged 2 commits into from Mar 23, 2021
Merged

Tentative fix of issue #2 #3

merged 2 commits into from Mar 23, 2021

Conversation

ardovm
Copy link
Contributor

@ardovm ardovm commented Mar 22, 2021

This is a tentative fix of issue #2.

The edit consists of properly parsing long long values.
Signed long long is used for storing sizes, because it is what Posix mandates.
(credit goes to the answers of this question on Stack Overflow).

A dummy README file is also added, otherwise autoreconf would not run on my system.

Unfortunately, I have no way to test this... testers are welcome!

Use atoll(3) to read size values
Just a pointer to README.md
@ericzolf ericzolf merged commit 3817872 into rdiff-backup:master Mar 23, 2021
@ardovm ardovm deleted the longlong branch March 23, 2021 08:16
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.

None yet

3 participants