1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

improved previous changeset per JimW's review

This commit is contained in:
reggie@fedora.(none)
2005-10-31 13:31:07 -05:00
parent 53089ec4e4
commit 27e8da7985
2 changed files with 11 additions and 11 deletions

View File

@ -340,7 +340,7 @@ int Instance_options::complete_initialization(const char *default_path,
// it's safe to cast this to char* since this is a buffer we are allocating
char* end= convert_dirname((char*)mysqld_path, mysqld_path, NullS);
end[-1] = 0;
end[-1]= 0;
mysqld_path_len= strlen(mysqld_path);