reduced buffer size

pull/133/head
Ryzerth 2021-05-03 22:42:10 +02:00
rodzic 754a9ac406
commit c23b2bdc55
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -73,8 +73,8 @@ private:
} }
void updatePresence() { void updatePresence() {
char freq[1024]; char freq[32];
char mode[1024]; char mode[32];
double selectedFreq = gui::freqSelect.frequency; double selectedFreq = gui::freqSelect.frequency;
std::string selectedName = gui::waterfall.selectedVFO; std::string selectedName = gui::waterfall.selectedVFO;
strcpy(mode, "Raw"); strcpy(mode, "Raw");