cryptpw: new applet (a bit less than 3k added)
(by Thomas Lundquist <lists@zelow.no>)
This commit is contained in:
@@ -15,5 +15,5 @@ void chomp(char *s)
|
||||
char *lc = last_char_is(s, '\n');
|
||||
|
||||
if (lc)
|
||||
*lc = 0;
|
||||
*lc = '\0';
|
||||
}
|
||||
|
Reference in New Issue
Block a user