mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-15 08:27:34 +00:00
Renaming
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user