Skip to content

Commit 12fb233

Browse files
committed
Prevent recycling to zero
1 parent 9ea4dc9 commit 12fb233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/compilation-db.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ linking_to_flags <- function(desc) {
233233
linking_to <- desc$get_field("LinkingTo", default = NULL)
234234

235235
if (is.null(linking_to)) {
236-
return(character())
236+
return("")
237237
}
238238

239239
# Split by comma

0 commit comments

Comments
 (0)