Skip to content

Commit

Permalink
for #330
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Feb 5, 2024
1 parent 0584e6c commit dc59370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/writeStartStop.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function(x, filename, options=NULL, format, prj=FALSE, ...) {
if (prj) {
wk <- wkt(x)
if (wk != "") {
writeLines(wk extension(filename, "prj") )
writeLines(wk, extension(filename, "prj") )
}
}
return(x)
Expand Down

0 comments on commit dc59370

Please sign in to comment.