diff src/plugincandidates.cpp @ 12:92e72014d979

MSVC build fixes
author Chris Cannam
date Tue, 18 Oct 2016 13:14:55 +0100
parents 9f62684e1911
children 8545be78b994
line wrap: on
line diff
--- a/src/plugincandidates.cpp	Wed May 04 10:26:14 2016 +0100
+++ b/src/plugincandidates.cpp	Tue Oct 18 13:14:55 2016 +0100
@@ -162,7 +162,7 @@
     t.start();
     int timeout = 3000; // ms
 
-    int buflen = 4096;
+    const int buflen = 4096;
     bool done = false;
     
     while (!done) {