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

io.cpp "vgridshit" literal string should be "vgridshift" ? #2307

Closed
azzoti opened this issue Jul 30, 2020 · 0 comments
Closed

io.cpp "vgridshit" literal string should be "vgridshift" ? #2307

azzoti opened this issue Jul 30, 2020 · 0 comments
Labels
Milestone

Comments

@azzoti
Copy link

azzoti commented Jul 30, 2020

Example of problem

// io.cpp line 7777 misspelling of vgridshift as vgridshit 

Problem description

the code's intention is clearly to return false for the string "vgridshift", but does not because of the misspelling "vgridshit". The subsequent loop around proj_list_operations() finds "vgridshift" and return true.

if the behaviour is actually correct then the "vgridshit" literal should be removed.

Expected Output

Environment Information

proj version proj-7.1.0.tar.gz

Installation method

from git source

@azzoti azzoti added the bug label Jul 30, 2020
@rouault rouault added this to the 7.1.1 milestone Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants