}
}
if(atty) {
- printf("%8lu bytes\b\b\b\b\b\b\b\b\b\b\b\b\b\b", total);
+ printf("%9lu bytes\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b", total);
fflush(stdout);
}
}
write(fdout, buffer, s);
total += (long)s;
if(atty) {
- printf("%8lu bytes\b\b\b\b\b\b\b\b\b\b\b\b\b\b", total);
+ printf("%9lu bytes\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b", total);
fflush(stdout);
}
}
}
}
if(atty && fd > 2) {
- printf("%8lu bytes\b\b\b\b\b\b\b\b\b\b\b\b\b\b", total);
+ printf("%9lu bytes\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b", total);
fflush(stdout);
}
}
write(fd, buffer, s);
total += (long)s;
if(atty && fd > 2) {
- printf("%8lu bytes\b\b\b\b\b\b\b\b\b\b\b\b\b\b", total);
+ printf("%9lu bytes\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b", total);
fflush(stdout);
}
}