Merge pull request #101 from DwaineGarden/dev

Dev
This commit is contained in:
wb2osz 2017-06-11 17:16:11 -04:00 committed by GitHub
commit c9f846becb
2 changed files with 3 additions and 3 deletions

View File

@ -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. */
@ -968,4 +968,4 @@ static int audio_file_close (void)
void dcd_change (int chan, int subchan, int slice, int state)
{
}
}

View File

@ -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, "");