From b3cdc220c402b790c7003816d7e1eafb31e107c1 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 26 Mar 2006 14:30:33 +1100 Subject: [PATCH] - deraadt@cvs.openbsd.org 2006/03/26 01:31:48 [uuencode.c] typo --- ChangeLog | 5 ++++- uuencode.c | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6ebc160b2..93c321c95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -186,6 +186,9 @@ [ssh-gss.h ssh.h ssh1.h ssh2.h sshconnect.h sshlogin.h sshpty.h] [ttymodes.h uidswap.h uuencode.h xmalloc.h] standardise spacing in $OpenBSD$ tags; requested by deraadt@ + - deraadt@cvs.openbsd.org 2006/03/26 01:31:48 + [uuencode.c] + typo 20060325 - OpenBSD CVS Sync @@ -4443,4 +4446,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4286 2006/03/26 03:30:00 djm Exp $ +$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 @@ -/* $OpenBSD: uuencode.c,v 1.20 2006/03/25 13:17:03 djm Exp $ */ +/* $OpenBSD: uuencode.c,v 1.21 2006/03/26 01:31:48 deraadt Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -58,7 +58,7 @@ uudecode(const char *src, u_char *target, size_t targsize) void dump_base64(FILE *fp, u_char *data, u_int len) { - char *buf;; + char *buf; int i, n; if (len > 65536) {