Skip to content

Commit f482ebd

Browse files
committed
Fix CID 1393243 (Uninitialized scalar field)
Signed-off-by: Stefan Weil <[email protected]>
1 parent 2ceb200 commit f482ebd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/textord/colfind.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ ColumnFinder::ColumnFinder(int gridsize,
8484
min_gutter_width_(static_cast<int>(kMinGutterWidthGrid * gridsize)),
8585
mean_column_gap_(tright.x() - bleft.x()),
8686
tabfind_aligned_gap_fraction_(aligned_gap_fraction),
87+
deskew_(0.0f, 0.0f),
8788
reskew_(1.0f, 0.0f), rotation_(1.0f, 0.0f), rerotate_(1.0f, 0.0f),
89+
text_rotation_(0.0f, 0.0f),
8890
best_columns_(nullptr), stroke_width_(nullptr),
8991
part_grid_(gridsize, bleft, tright), nontext_map_(nullptr),
9092
projection_(resolution),

0 commit comments

Comments
 (0)