diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-26 14:30:33 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-26 14:30:33 +1100 |
commit | b3cdc220c402b790c7003816d7e1eafb31e107c1 (patch) | |
tree | a513ab8f772bed3c6e83a246ff8035e9df11cba9 | |
parent | 51096383e9bff34c80c9bab424e207767792e782 (diff) |
- deraadt@cvs.openbsd.org 2006/03/26 01:31:48
[uuencode.c]
typo
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | uuencode.c | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -186,6 +186,9 @@ | |||
186 | [ssh-gss.h ssh.h ssh1.h ssh2.h sshconnect.h sshlogin.h sshpty.h] | 186 | [ssh-gss.h ssh.h ssh1.h ssh2.h sshconnect.h sshlogin.h sshpty.h] |
187 | [ttymodes.h uidswap.h uuencode.h xmalloc.h] | 187 | [ttymodes.h uidswap.h uuencode.h xmalloc.h] |
188 | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | 188 | standardise spacing in $OpenBSD$ tags; requested by deraadt@ |
189 | - deraadt@cvs.openbsd.org 2006/03/26 01:31:48 | ||
190 | [uuencode.c] | ||
191 | typo | ||
189 | 192 | ||
190 | 20060325 | 193 | 20060325 |
191 | - OpenBSD CVS Sync | 194 | - OpenBSD CVS Sync |
@@ -4443,4 +4446,4 @@ | |||
4443 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4446 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4444 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4447 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4445 | 4448 | ||
4446 | $Id: ChangeLog,v 1.4286 2006/03/26 03:30:00 djm Exp $ | 4449 | $Id: ChangeLog,v 1.4287 2006/03/26 03:30:33 djm Exp $ |
diff --git a/uuencode.c b/uuencode.c index 7dde55967..398aeefe1 100644 --- a/uuencode.c +++ b/uuencode.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: uuencode.c,v 1.20 2006/03/25 13:17:03 djm Exp $ */ | 1 | /* $OpenBSD: uuencode.c,v 1.21 2006/03/26 01:31:48 deraadt Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -58,7 +58,7 @@ uudecode(const char *src, u_char *target, size_t targsize) | |||
58 | void | 58 | void |
59 | dump_base64(FILE *fp, u_char *data, u_int len) | 59 | dump_base64(FILE *fp, u_char *data, u_int len) |
60 | { | 60 | { |
61 | char *buf;; | 61 | char *buf; |
62 | int i, n; | 62 | int i, n; |
63 | 63 | ||
64 | if (len > 65536) { | 64 | if (len > 65536) { |