diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-09 08:22:19 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-09 08:22:19 +0000 |
| commit | 00b69db338558f07cd23191647a641b53fded983 (patch) | |
| tree | 703f1957c7cb4d3138f4dca933a94c51a76a6ae6 /release/sysinstall/msg.c | |
| parent | 8bc3ddf57f95b8be12692eb1cc52d01bee4c7b1f (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/msg.c')
| -rw-r--r-- | release/sysinstall/msg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/msg.c b/release/sysinstall/msg.c index ee7977736024..7770c7005f62 100644 --- a/release/sysinstall/msg.c +++ b/release/sysinstall/msg.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: msg.c,v 1.40 1996/08/03 10:11:21 jkh Exp $ + * $Id: msg.c,v 1.41 1996/10/01 04:56:34 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -257,7 +257,7 @@ msgGetInput(char *buf, char *fmt, ...) use_helpline(NULL); use_helpfile(NULL); if (buf) - strcpy(input_buffer, buf); + SAFE_STRCPY(input_buffer, buf); else input_buffer[0] = '\0'; if (OnVTY) { |
