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-20 03:17:28 +0400
committerJohn Langford <jl@hunch.net>2009-09-20 03:17:28 +0400
commitf5e75687c8d6debdbdc38ba5cc023ecb209bd9af (patch)
tree84962846432895610bd575360634aa3663b46d37 /cache.cc
parent0bda878246f522418bdf71902fa45c8efab9347e (diff)
first compiling (but not debugged) cluster version.
Diffstat (limited to 'cache.cc')
-rw-r--r--cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache.cc b/cache.cc
index e55b789b..597ea08a 100644
--- a/cache.cc
+++ b/cache.cc
@@ -23,7 +23,7 @@ size_t invocations = 0;
int read_cached_features(parser* p, void* ec)
{
example* ae = (example*)ec;
- size_t mask = p->global->mask;
+ size_t mask = global.mask;
size_t total = p->lp->read_cached_label(ae->ld, p->input);
if (total == 0)