Mercurial > hg > vamp-plugin-load-checker
comparison src/plugincandidates.cpp @ 12:92e72014d979
MSVC build fixes
author | Chris Cannam |
---|---|
date | Tue, 18 Oct 2016 13:14:55 +0100 |
parents | 9f62684e1911 |
children | 8545be78b994 |
comparison
equal
deleted
inserted
replaced
11:9f62684e1911 | 12:92e72014d979 |
---|---|
160 | 160 |
161 QTime t; | 161 QTime t; |
162 t.start(); | 162 t.start(); |
163 int timeout = 3000; // ms | 163 int timeout = 3000; // ms |
164 | 164 |
165 int buflen = 4096; | 165 const int buflen = 4096; |
166 bool done = false; | 166 bool done = false; |
167 | 167 |
168 while (!done) { | 168 while (!done) { |
169 char buf[buflen]; | 169 char buf[buflen]; |
170 qint64 linelen = process.readLine(buf, buflen); | 170 qint64 linelen = process.readLine(buf, buflen); |