nav_gps/rinex: buffer bugfix

pull/3/head
Zilog80 2017-04-04 17:06:35 +02:00
rodzic 0a75e29f3b
commit 28c736c6ca
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -189,7 +189,7 @@ int read_SEMalmanac(FILE *fp, EPHEM_t *alm) {
EPHEM_t *read_RNXpephs(FILE *fp) {
int l, i, n;
char buffer[82];
char buffer[83];
char buf[64], str[20];
char *pbuf;
unsigned ui;