mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-10 17:30:47 +00:00
Renaming
This commit is contained in:
parent
9ff21626da
commit
f67c62e810
@ -282,7 +282,7 @@ void CommandServerInfo(const string& hostname, int port)
|
||||
if (!capacities.empty()) {
|
||||
capacities.sort([](const auto& a, const auto& b) { return a < b; });
|
||||
|
||||
cout << " Supported capacities in bytes: ";
|
||||
cout << " Media capacities in bytes: ";
|
||||
|
||||
bool isFirst = true;
|
||||
for (const auto& capacity : capacities) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user