minimodem: fix --rx-one
This commit is contained in:
parent
3a1469b85e
commit
c8dd7ac06b
|
@ -1005,10 +1005,10 @@ main( int argc, char*argv[] )
|
|||
amplitude_total = 0;
|
||||
nframes_decoded = 0;
|
||||
track_amplitude = 0.0;
|
||||
}
|
||||
|
||||
if ( rx_one )
|
||||
break;
|
||||
if ( rx_one )
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
/* Advance the sample stream forward by try_max_nsamples so the
|
||||
|
|
Loading…
Reference in New Issue