We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5c35e5 + 7f3af59 commit b2af307Copy full SHA for b2af307
samples/vboxwrapper/vboxwrapper.cpp
@@ -681,7 +681,7 @@ int main(int argc, char** argv) {
681
682
// Copy files to the shared directory
683
//
684
- for (int i=0; i<pVM->copy_to_shared.size(); ++i) {
+ for (long unsigned int i=0; i<pVM->copy_to_shared.size(); ++i) {
685
string source = pVM->copy_to_shared[i];
686
string destination = string("shared/") + source;
687
if (!boinc_file_exists(destination.c_str())) {
0 commit comments