=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/tgetpass.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/sudo/Attic/tgetpass.c 2000/03/27 03:44:39 1.5 +++ src/usr.bin/sudo/Attic/tgetpass.c 2000/08/13 21:58:52 1.6 @@ -128,7 +128,7 @@ } if (prompt) - (void) write(output, prompt, strlen(prompt) + 1); + (void) write(output, prompt, strlen(prompt)); /* Turn echo off/on as specified by flags. */ (void) term_getattr(input, &oterm);