mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-05 20:28:30 +00:00
Fix compile warning.
This commit is contained in:
parent
a4d87e4013
commit
a5f3de2222
@ -790,7 +790,7 @@ typedef struct aprs_message_s {
|
||||
|
||||
int encode_message (char *addressee, char *text, char *id, char *presult, size_t result_size)
|
||||
{
|
||||
aprs_message_t *p = (aprs_object_t *) presult;
|
||||
aprs_message_t *p = (aprs_message_t *) presult;
|
||||
int n;
|
||||
|
||||
p->dti = ':';
|
||||
|
Loading…
x
Reference in New Issue
Block a user