Moved mxml to submodule

This commit is contained in:
2016-12-01 10:29:07 +01:00
parent 9a18b27ead
commit bf25ce7e61
5 changed files with 28 additions and 18 deletions
+1 -1
View File
@@ -13837,7 +13837,7 @@ void show_config_page(LOGBOOK * lbs)
for (i = 0; i < n; i++) {
if (sort_email) {
strlcpy(user_email, user_list[i], NAME_LENGTH);
strlcpy(user_email, user_list[i], sizeof(user_email));
user_list[i][0] = 0;
get_user_line(lbs, user_list[i], NULL, full_name, user_email, NULL, NULL, NULL);
} else