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

Show file tree
Hide file tree
Changes from all commits
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
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)
{
}
}
2 changes: 1 addition & 1 deletion tt_text.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ int tt_text_to_call10 (const char *text, int quiet, char *buttons)
int errors = 0;
int found;
char padded[8];
char stemp[8];
char stemp[11];


strcpy (buttons, "");
Expand Down