projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f446297
)
Argh. I *will* compile before checking in.
author
Matt Kraai
<kraai@debian.org>
Fri, 1 Sep 2000 02:53:01 +0000
(
02:53
-0000)
committer
Matt Kraai
<kraai@debian.org>
Fri, 1 Sep 2000 02:53:01 +0000
(
02:53
-0000)
archival/tar.c
patch
|
blob
|
history
tar.c
patch
|
blob
|
history
diff --git
a/archival/tar.c
b/archival/tar.c
index 597e9b80dc951288a6779ec074882089329eeb5b..460962e449c51742278372fa8fff04321c92cc80 100644
(file)
--- a/
archival/tar.c
+++ b/
archival/tar.c
@@
-601,7
+601,7
@@
static int readTarFile(const char* tarName, int extractFlag, int listFlag,
}
/* Remove files if we would overwrite them */
- if (extractFlag == TRUE && tostd
Out
== FALSE)
+ if (extractFlag == TRUE && tostd
outFlag
== FALSE)
unlink(header.name);
/* If we got here, we can be certain we have a legitimate
diff --git
a/tar.c
b/tar.c
index 597e9b80dc951288a6779ec074882089329eeb5b..460962e449c51742278372fa8fff04321c92cc80 100644
(file)
--- a/
tar.c
+++ b/
tar.c
@@
-601,7
+601,7
@@
static int readTarFile(const char* tarName, int extractFlag, int listFlag,
}
/* Remove files if we would overwrite them */
- if (extractFlag == TRUE && tostd
Out
== FALSE)
+ if (extractFlag == TRUE && tostd
outFlag
== FALSE)
unlink(header.name);
/* If we got here, we can be certain we have a legitimate