Skip to content

Commit 7f7d7c2

Browse files
Fix typo which made goto-analyzer ignore --unwindset
1 parent 1036d4c commit 7f7d7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-analyzer/goto_analyzer_parse_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ void goto_analyzer_parse_optionst::get_command_line_options(optionst &options)
156156
options.set_option("functions-ignore", ignore);
157157
options.set_option("functions-full", full);
158158

159-
options.set_option("unwindset", cmdline.isset("--unwindset"));
159+
options.set_option("unwindset", cmdline.isset("unwindset"));
160160
}
161161

162162
// For backwards compatibility,

0 commit comments

Comments
 (0)