Skip to content

Commit c62a306

Browse files
authored
Merge pull request #171 from ttencate/patch-1
Fix typo in method name
2 parents 8cc1be0 + e2bb5bd commit c62a306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector/feature.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ impl<'a> Feature<'a> {
385385
if rv != OGRErr::OGRERR_NONE {
386386
return Err(GdalError::OgrError {
387387
err: rv,
388-
method_name: "OGR_G_SetGeometry",
388+
method_name: "OGR_F_SetGeometry",
389389
});
390390
}
391391
self.geometry[0] = geom;

0 commit comments

Comments
 (0)