Skip to content

Commit

Permalink
Merge pull request #937 from stweil/fix
Browse files Browse the repository at this point in the history
UNICHARSET: Add missing initialization
  • Loading branch information
zdenop authored May 19, 2017
2 parents da1254d + fb863c9 commit 5a06417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ccutil/unicharset.h
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ class UNICHARSET {
katakana_sid_ = 0;
thai_sid_ = 0;
hangul_sid_ = 0;
default_sid_ = 0;
}

// Return the size of the set (the number of different UNICHAR it holds).
Expand Down

0 comments on commit 5a06417

Please sign in to comment.