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:
authorU-NORTHAMERICA\jcl <jcl@JCL.northamerica.corp.microsoft.com>2013-10-30 21:15:09 +0400
committerU-NORTHAMERICA\jcl <jcl@JCL.northamerica.corp.microsoft.com>2013-10-30 21:15:09 +0400
commit53a0a7e5a757761ae9b0780c1a0c2cb648a08faf (patch)
tree4ce28f5120c81f060fccb978dc63aaa8e689e470 /vowpalwabbit/sender.cc
parent91d8aacd4989ba8948c6f0fd38a21ab060d1f1d0 (diff)
updated for windows compile and library interface
Diffstat (limited to 'vowpalwabbit/sender.cc')
-rw-r--r--vowpalwabbit/sender.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/sender.cc b/vowpalwabbit/sender.cc
index 87b4b3b6..106c4b79 100644
--- a/vowpalwabbit/sender.cc
+++ b/vowpalwabbit/sender.cc
@@ -81,7 +81,7 @@ void receive_result(sender& s)
s->all->set_minmax(s->all->sd, ld->label);
simple_label.cache_label(ld, *s->buf);//send label information.
cache_tag(*s->buf, ec->tag);
- send_features(s->buf,ec, s->all->parse_mask);
+ send_features(s->buf,ec, (uint32_t)s->all->parse_mask);
s->delay_ring[s->sent_index++ % s->all->p->ring_size] = ec;
}