From babd9063400aca1c37903019de7f6b021aeae6a5 Mon Sep 17 00:00:00 2001 From: arvidn Date: Thu, 18 Jun 2015 18:05:07 -0400 Subject: [PATCH] fix windows build of client_test --- examples/print.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/print.cpp b/examples/print.cpp index 08b5e90f0..3ae8d5d92 100644 --- a/examples/print.cpp +++ b/examples/print.cpp @@ -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) {