Skip to content

Commit

Permalink
const char p
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Jun 7, 2024
1 parent c913e95 commit bfe0d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/include/gdalreadwrite/gdalreadwrite.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ inline CharacterVector gdal_create(CharacterVector filename, CharacterVector dri
// Rcpp::warning("create options should not include '-co' or '='")
// }
if (!options[i].empty()) {
papszOptions = CSLAddString(papszOptions, options[i]);
papszOptions = CSLAddString(papszOptions, (const char*) options[i]);
}
}
}
Expand Down

0 comments on commit bfe0d00

Please sign in to comment.