Skip to content

Commit

Permalink
add missing repeat_latched initialization (#2314)
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Vanhove <[email protected]>
  • Loading branch information
1r0b1n0 and 1r0b1n0 authored Feb 15, 2023
1 parent 1a1564e commit dd6dfc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/rosbag/src/recorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ RecorderOptions::RecorderOptions() :
snapshot(false),
verbose(false),
publish(false),
repeat_latched(false),
compression(compression::Uncompressed),
prefix(""),
name(""),
Expand Down

0 comments on commit dd6dfc5

Please sign in to comment.