Skip to content

Commit bd1c312

Browse files
Merge pull request diffblue#220 from diffblue/issue194
Fix typo which made goto-analyzer ignore --unwindset
2 parents 750c345 + 7f7d7c2 commit bd1c312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-analyzer/goto_analyzer_parse_options.cpp

+1-1
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)