Skip to content

Commit c9f846b

Browse files
authoredJun 11, 2017
Merge pull request #101 from DwaineGarden/dev
Dev
2 parents 0da1a91 + fa56278 commit c9f846b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

Diff for: ‎gen_packets.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ int main(int argc, char **argv)
619619
*/
620620
for (i = 1; i <= packet_count; i++) {
621621

622-
char stemp[80];
622+
char stemp[88];
623623

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

969969
void dcd_change (int chan, int subchan, int slice, int state)
970970
{
971-
}
971+
}

Diff for: ‎tt_text.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ int tt_text_to_call10 (const char *text, int quiet, char *buttons)
468468
int errors = 0;
469469
int found;
470470
char padded[8];
471-
char stemp[8];
471+
char stemp[11];
472472

473473

474474
strcpy (buttons, "");

0 commit comments

Comments
 (0)