Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2009-09-27 00:12:28 +0400
committerJohn Langford <jl@hunch.net>2009-09-27 00:12:28 +0400
commit287eaed15af80a0fd954ea5a54b34cf7b365c0c6 (patch)
tree1fe861d48a6225dce53a6fdbcf4780a52db2852f /sender.cc
parent116cfc35007e2cbfd4e46674d43ad338fa161c5d (diff)
Minor bug fixes.
Diffstat (limited to 'sender.cc')
-rw-r--r--sender.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sender.cc b/sender.cc
index 22273b1d..fc05d273 100644
--- a/sender.cc
+++ b/sender.cc
@@ -63,7 +63,7 @@ void open_sockets(vector<string>& hosts)
{
v_array<io_buf> t;
push(bufs,t);
- int new_id = global.unique_id;
+ size_t new_id = global.unique_id;
for (size_t j = 0; j< d_2; j++)
{
size_t number = j + d_2*i;