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>2010-12-09 21:17:18 +0300
committerJohn Langford <jl@hunch.net>2010-12-09 21:17:18 +0300
commit7e2d01226e0fb0a4ce7fc42f7b8da97fb88da4cb (patch)
treecfe288f65825575a43821cc07cc2cd2e30faf8a9 /parser.cc
parent74bc16001ed4118e0730144ccd37aa57863ba7ab (diff)
parent271cf838216818a8b49c04c4d63c393200ed2cd9 (diff)
Merge branch 'heywhoah-master'
Diffstat (limited to 'parser.cc')
-rw-r--r--parser.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.cc b/parser.cc
index 2ef254b3..3f495035 100644
--- a/parser.cc
+++ b/parser.cc
@@ -490,6 +490,7 @@ bool parse_atomic_example(parser* p, example *ae)
ae->indices.erase();
ae->tag.erase();
+ ae->sorted = false;
if (p->reader(p,ae) <= 0)
return false;