summaryrefslogtreecommitdiffstats
path: root/bin/dd/conv.c
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-09-13 21:47:10 +0000
committergreen <green@FreeBSD.org>1999-09-13 21:47:10 +0000
commit996b2b913e8dd8f5ecb4b791313fc73854fe47f9 (patch)
tree5a6e0a8cdbccc055d27764c695287ded89d56c6a /bin/dd/conv.c
parent167f52768b0c86277d20f1b46457a6859e342221 (diff)
downloadFreeBSD-src-996b2b913e8dd8f5ecb4b791313fc73854fe47f9.zip
FreeBSD-src-996b2b913e8dd8f5ecb4b791313fc73854fe47f9.tar.gz
Even more dd(1) cleanups! Thanks to Bruce for staying on my case until
we're done (not yet!) :)
Diffstat (limited to 'bin/dd/conv.c')
-rw-r--r--bin/dd/conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dd/conv.c b/bin/dd/conv.c
index 57741aa..0987a67 100644
--- a/bin/dd/conv.c
+++ b/bin/dd/conv.c
@@ -108,7 +108,7 @@ block()
const u_char *t;
size_t cnt, maxlen;
static int intrunc;
- int ch = -1;
+ int ch;
/*
* Record truncation can cross block boundaries. If currently in a
OpenPOWER on IntegriCloud