use strlwr

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1096 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-12-14 20:54:52 +00:00
parent 25bfafc308
commit 6ca646d91a
3 changed files with 2 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ pop_parse(POP *p, char *buf)
if (i == 0) return (-1);
/* Convert the first token (POP command) to lower case */
pop_lower(p->pop_command);
strlwr(p->pop_command);
/* Return the number of tokens extracted minus the command itself */
return (i-1);