Argh. I *will* compile before checking in.
authorMatt Kraai <kraai@debian.org>
Fri, 1 Sep 2000 02:53:01 +0000 (02:53 -0000)
committerMatt Kraai <kraai@debian.org>
Fri, 1 Sep 2000 02:53:01 +0000 (02:53 -0000)
archival/tar.c
tar.c

index 597e9b80dc951288a6779ec074882089329eeb5b..460962e449c51742278372fa8fff04321c92cc80 100644 (file)
@@ -601,7 +601,7 @@ static int readTarFile(const char* tarName, int extractFlag, int listFlag,
                }
 
                /* Remove files if we would overwrite them */
-               if (extractFlag == TRUE && tostdOut == FALSE)
+               if (extractFlag == TRUE && tostdoutFlag == 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 && tostdOut == FALSE)
+               if (extractFlag == TRUE && tostdoutFlag == FALSE)
                        unlink(header.name);
 
                /* If we got here, we can be certain we have a legitimate