#include <GUI/gui.h>
-static puDialogBox *ATCMenuBox = 0;
-static puFrame *ATCMenuFrame = 0;
-static puText *ATCMenuBoxMessage = 0;
FGTransmissionList *current_transmissionlist;
char crej = '@';
char mes[cmax];
char dum[cmax];
- char buf[10];
+ //char buf[10];
char *pos;
int len;
FGTransmission t;
while ( strchr(&mes[0], crej) != NULL ) {
pos = strchr( &mes[0], crej );
- bcopy(pos, &tag, 3);
+ bcopy(pos, &tag[0], 3);
tag[3] = '\0';
int i;
len = 0;