Skip to content

Dev #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 11, 2017
Merged

Dev #101

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update gen_packets.c
Fix truncation warnings from GCC 7.1
  • Loading branch information
DwaineGarden authored May 16, 2017
commit fa5627801bf55cfbdea438905d85ef344f3c7aa1
4 changes: 2 additions & 2 deletions gen_packets.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ int main(int argc, char **argv)
*/
for (i = 1; i <= packet_count; i++) {

char stemp[80];
char stemp[88];

if (modem.achan[0].baud < 600) {
/* e.g. 300 bps AFSK - About 2/3 should be decoded properly. */
Expand Down Expand Up @@ -968,4 +968,4 @@ static int audio_file_close (void)

void dcd_change (int chan, int subchan, int slice, int state)
{
}
}