1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

removing trailing spaces

This commit is contained in:
unknown
2005-08-09 07:57:39 -06:00
parent 530abb5c8b
commit 81a24473dc

View File

@@ -59,9 +59,9 @@ int User::init(const char *line)
if (user_length > USERNAME_LENGTH)
goto err;
/*
assume that newline characater is present
we support reading password files that end in \n or \r\n on
/*
assume that newline characater is present
we support reading password files that end in \n or \r\n on
either platform.
*/
if (password[strlen(password)-2] == '\r')