Fix compiler warning in conjunction with strncpy

This commit is contained in:
Andreas Eversberg
2018-05-20 11:35:06 +02:00
parent 3438402fe2
commit 4e2ad7dae1
6 changed files with 11 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ typedef struct transaction {
uint8_t futln_fuvst;
uint16_t futln_rest;
int extended; /* extended frequency capability */
char dialing[17]; /* number dialed by the phone */
char dialing[18]; /* number dialed by the phone */
int64_t state; /* state of transaction */
int8_t release_cause; /* reason for release, (c-netz coding) */
int try; /* counts resending messages */