artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa7be5e
)
remove debug
author
markus
<markus@openbsd.org>
Thu, 27 Apr 2000 08:02:19 +0000
(08:02 +0000)
committer
markus
<markus@openbsd.org>
Thu, 27 Apr 2000 08:02:19 +0000
(08:02 +0000)
usr.bin/ssh/uuencode.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/uuencode.c
b/usr.bin/ssh/uuencode.c
index
092d9ba
..
6268900
100644
(file)
--- a/
usr.bin/ssh/uuencode.c
+++ b/
usr.bin/ssh/uuencode.c
@@
-41,7
+41,6
@@
uuencode(unsigned char *bufin, unsigned int nbytes, char *bufcoded)
outptr[-1] = '=';
outptr[-2] = '=';
} else if (i == nbytes) {
- debug("uuencode: i == nbytes");
*(outptr++) = '=';
}
*outptr = '\0';