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

Remove extraneous output in shapelib and fix a truncated string #51

Merged
merged 5 commits into from
Mar 22, 2022

Conversation

r-barnes
Copy link
Contributor

This uses memcpy instead of strncpy in dbfopen.c to avoid a string truncation warning that otherwise arises. I've imported the fix from upstream.

A number of instances of puts are replaced with dgprintf to avoid warnings about extraneous output from CRAN.

@r-barnes r-barnes changed the base branch from master to rout February 20, 2022 04:26
@r-barnes r-barnes force-pushed the richard/fix_shapelib branch from 1beb58b to 03291c7 Compare February 20, 2022 05:41
@r-barnes r-barnes force-pushed the richard/fix_shapelib branch 2 times, most recently from 48e3831 to ed8f5c3 Compare March 18, 2022 04:50
@r-barnes r-barnes force-pushed the richard/fix_shapelib branch from ed8f5c3 to d17b654 Compare March 18, 2022 04:51
@sahrk sahrk merged commit dcae6c5 into sahrk:rout Mar 22, 2022
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.

3 participants