Fix RC4 'Pop' on DMR when VC6 is Null; Fix Align;
This commit is contained in:
parent
15a12acfd3
commit
b6a12b6ceb
|
|
@ -1606,7 +1606,7 @@ getFrameSync (dsd_opts * opts, dsd_state * state)
|
||||||
if ((opts->errorbars == 1) && (opts->verbose > 1) && (state->carrier == 1))
|
if ((opts->errorbars == 1) && (opts->verbose > 1) && (state->carrier == 1))
|
||||||
{
|
{
|
||||||
fprintf (stderr,"Sync: no sync\n");
|
fprintf (stderr,"Sync: no sync\n");
|
||||||
fprintf (stderr,"Press CTRL + C to close.\n");
|
// fprintf (stderr,"Press CTRL + C to close.\n");
|
||||||
|
|
||||||
}
|
}
|
||||||
noCarrier (opts, state);
|
noCarrier (opts, state);
|
||||||
|
|
|
||||||
1550
src/dsd_mbe.c
1550
src/dsd_mbe.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue