Merge pull request #345 from google/fix_spec_valence_start

Fix spec valence start
This commit is contained in:
FrankGalligan 2018-02-12 21:07:37 -08:00 committed by GitHub
commit d5402e971f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ void EdgeBreakerTraversalValenceStart() {
for (i = 0; i < NUM_UNIQUE_VALENCES; ++i) {
ParseValenceContextCounters(i);
if (ebv_context_counters[i] > 0) {
DecodeSymbols(ebv_context_counters[i], 0, &ebv_context_symbols[i]);
DecodeSymbols(ebv_context_counters[i], 1, &ebv_context_symbols[i]);
}
}
}