mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-12 01:29:58 +00:00
Revert "Renaming"
This reverts commit b0554b9c0a052e282625a4565d429313af2b3cc7.
This commit is contained in:
parent
b0554b9c0a
commit
501ba07404
@ -259,7 +259,7 @@ void CommandServerInfo(const string& hostname, int port)
|
|||||||
cout << " Block size is not configurable" << endl;
|
cout << " Block size is not configurable" << endl;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
cout << " Supported block sizes: ";
|
cout << " Configurable block sizes: ";
|
||||||
for (size_t j = 0; j < block_sizes.size(); j++) {
|
for (size_t j = 0; j < block_sizes.size(); j++) {
|
||||||
if (j) {
|
if (j) {
|
||||||
cout << ", ";
|
cout << ", ";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user