Skip to content

Commit

Permalink
Fix CID 1393243 (Uninitialized scalar field)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jun 20, 2018
1 parent 2ceb200 commit f482ebd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/textord/colfind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ ColumnFinder::ColumnFinder(int gridsize,
min_gutter_width_(static_cast<int>(kMinGutterWidthGrid * gridsize)),
mean_column_gap_(tright.x() - bleft.x()),
tabfind_aligned_gap_fraction_(aligned_gap_fraction),
deskew_(0.0f, 0.0f),
reskew_(1.0f, 0.0f), rotation_(1.0f, 0.0f), rerotate_(1.0f, 0.0f),
text_rotation_(0.0f, 0.0f),
best_columns_(nullptr), stroke_width_(nullptr),
part_grid_(gridsize, bleft, tright), nontext_map_(nullptr),
projection_(resolution),
Expand Down

0 comments on commit f482ebd

Please sign in to comment.