cryptpw: new applet (a bit less than 3k added)

(by Thomas Lundquist <lists@zelow.no>)
This commit is contained in:
Denis Vlasenko
2007-05-08 17:52:17 +00:00
parent 92c0b8222e
commit 7e84e539de
9 changed files with 74 additions and 73 deletions

View File

@@ -15,5 +15,5 @@ void chomp(char *s)
char *lc = last_char_is(s, '\n');
if (lc)
*lc = 0;
*lc = '\0';
}