diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-25 23:44:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-25 23:44:09 +0000 |
commit | 1a82ad9db6702caf7a891e61f43af665bdfecd21 (patch) | |
tree | 580460e7168a05245891ab593ca192e074426107 /usr.bin/vi | |
parent | c2e06f21d8a516e6ce02ba2cf6127af291f5e370 (diff) |
oops
Diffstat (limited to 'usr.bin/vi')
-rw-r--r-- | usr.bin/vi/common/msg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/common/msg.c b/usr.bin/vi/common/msg.c index 280c91c4a27..5adb67906ce 100644 --- a/usr.bin/vi/common/msg.c +++ b/usr.bin/vi/common/msg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: msg.c,v 1.13 2003/04/25 23:30:21 deraadt Exp $ */ +/* $OpenBSD: msg.c,v 1.14 2003/04/25 23:44:08 deraadt Exp $ */ /*- * Copyright (c) 1991, 1993, 1994 @@ -167,7 +167,7 @@ retry: FREE_SPACE(sp, bp, blen); /* * Nvi should run on machines that don't support the numbered argument * specifications (%[digit]*$). We do this by reformatting the string - * so that we can hand it to vnsprintf(3) and it will use the arguments + * so that we can hand it to vsnprintf(3) and it will use the arguments * in the right order. When vsnprintf returns, we put the string back * into the right order. It's undefined, according to SVID III, to mix * numbered argument specifications with the standard style arguments, |