mirror of
https://github.com/tnodir/fort
synced 2024-11-15 03:46:13 +00:00
UI: ConfUtil::writeServiceSids: Lower names
This commit is contained in:
parent
60ba3b2bca
commit
2d2e78a59a
@ -157,7 +157,7 @@ int ConfUtil::writeServiceSids(char **data, const WriteServiceSidsArgs &wssa)
|
|||||||
for (const auto &name : wssa.namesList) {
|
for (const auto &name : wssa.namesList) {
|
||||||
*nameOffset++ = nameText - nameData;
|
*nameOffset++ = nameText - nameData;
|
||||||
|
|
||||||
writeString(&nameText, name);
|
writeString(&nameText, name.toLower());
|
||||||
}
|
}
|
||||||
|
|
||||||
return (nameText - *data);
|
return (nameText - *data);
|
||||||
|
Loading…
Reference in New Issue
Block a user