//static int error_number = 0;
/* ========================================================================
* Signal and error handler.
- */
+
static void abort_gzip()
{
error_msg("gzip aborted\n");
// exit(ERROR);
return;
}
+*/
static void make_crc_table()
{
if (e == 16) { /* then it's a literal */
window[w++] = (unsigned char) t->v.n;
if (w == WSIZE) {
-// flush_output(w);
outcnt=(w),
flush_window();
w = 0;
/* unzip tarFd in a seperate process */
if (unzipFlag == TRUE) {
comp_file = fdopen(tarFd, "r");
- printf("1\n");
if ((tarFd = gz_open(comp_file, &pid)) == EXIT_FAILURE) {
error_msg_and_die("Couldnt unzip file");
}
- printf("2\n");
}
#endif
status = readTarFile(tarFd, extractFlag, listFlag, tostdoutFlag,
//static int error_number = 0;
/* ========================================================================
* Signal and error handler.
- */
+
static void abort_gzip()
{
error_msg("gzip aborted\n");
// exit(ERROR);
return;
}
+*/
static void make_crc_table()
{
if (e == 16) { /* then it's a literal */
window[w++] = (unsigned char) t->v.n;
if (w == WSIZE) {
-// flush_output(w);
outcnt=(w),
flush_window();
w = 0;
/* unzip tarFd in a seperate process */
if (unzipFlag == TRUE) {
comp_file = fdopen(tarFd, "r");
- printf("1\n");
if ((tarFd = gz_open(comp_file, &pid)) == EXIT_FAILURE) {
error_msg_and_die("Couldnt unzip file");
}
- printf("2\n");
}
#endif
status = readTarFile(tarFd, extractFlag, listFlag, tostdoutFlag,