aboutsummaryrefslogtreecommitdiff
path: root/dd.c
diff options
context:
space:
mode:
Diffstat (limited to 'dd.c')
-rw-r--r--dd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/dd.c b/dd.c
index a2dc1c396..b37038748 100644
--- a/dd.c
+++ b/dd.c
@@ -185,6 +185,10 @@ extern int dd_main (int argc, char **argv)
185 } 185 }
186 186
187 //lseek(inFd, skipBlocks*blockSize, SEEK_SET); 187 //lseek(inFd, skipBlocks*blockSize, SEEK_SET);
188 //
189 //TODO: Convert to using fullRead & fullWrite
190 // from utilitity.c
191 // -Erik
188 while (outTotal < count * blockSize) { 192 while (outTotal < count * blockSize) {
189 inCc = read (inFd, buf, blockSize); 193 inCc = read (inFd, buf, blockSize);
190 if (inCc < 0) { 194 if (inCc < 0) {