Skip to content

Commit

Permalink
Merge pull request MethodicalAcceleratorDesign#698 from hibtc/fix-select
Browse files Browse the repository at this point in the history
Fix selecting within only a single sequence
  • Loading branch information
ldeniau committed Nov 21, 2018
2 parents 3a7b42a + 5caeeed commit 3bf7f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mad_select.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ start_iter_select(struct command* cmd, struct sequence_list* sequs, struct seque
{
const char* name;

if (!sequs)
if (!sequs && !sequ)
sequs = sequences;

if (sequs && !sequ && (name = command_par_string("sequence", cmd))) {
Expand Down

0 comments on commit 3bf7f49

Please sign in to comment.