-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
v.in.ogr: Get layer name without definition initialization #2740
Conversation
Is this patch eligible to be backported to |
9c8de27
to
7451fa4
Compare
7451fa4
to
a9657f2
Compare
|
Your changes only shortened the code, thus now fits in one line (80 col). |
Oh, right, got it, thank you :) |
This looks like a reasonable change to me. |
There is a failing test, but it is because of a timeout, not because of my code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. This is what the GDAL API documentation actually recommends: https://gdal.org/doxygen/ogr__api_8h.html#a88facf4f8e8b32278101d52ae094255c
@frafra Thanks very much! |
Fix #2738.
Tested. No regression found.