Skip to content

Commit a5baacf

Browse files
author
maechler
committed
cosmetic: "proper" function
git-svn-id: https://svn.r-project.org/R/trunk@88329 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 8cce848 commit a5baacf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/library/utils/R/tar.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,12 @@ untar <- function(tarfile, files = NULL, list = FALSE, exdir = ".",
124124
}
125125
}
126126

127+
##' R's "internal" untar() -- called from of untar(), *not* exported
127128
untar2 <- function(tarfile, files = NULL, list = FALSE, exdir = ".",
128129
restore_times = TRUE)
129130
{
130131
## might be used with len = 12, so result of more than max int
131-
getOctD <- function(x, offset, len)
132+
getOctD <- function(block, offset, len)
132133
{
133134
x <- 0.0
134135
for(i in offset + seq_len(len)) {

0 commit comments

Comments
 (0)