fix windows build of client_test
This commit is contained in:
parent
8959971dd3
commit
babd906340
|
@ -272,7 +272,7 @@ void print(char const* buf)
|
|||
bool reverse = false;
|
||||
SetConsoleTextAttribute(out, current_attributes);
|
||||
|
||||
char* start = buf;
|
||||
char const* start = buf;
|
||||
DWORD written;
|
||||
while (*buf != 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue