pull/183/head
alanbjohnston 3 years ago committed by GitHub
parent 919562174f
commit 16955603c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -408,7 +408,7 @@ void write_config_file() {
else else
strcpy(sim_yes, "no"); strcpy(sim_yes, "no");
sprintf(buff, "%s %d %f %f %s", callsign, reset_count, latitude, longitude, sim_yes) sprintf(buff, "%s %d %f %f %s", callsign, reset_count, latitude, longitude, sim_yes);
config_file.write(buff, strlen(buff)); config_file.write(buff, strlen(buff));
config_file.close(); config_file.close();

Loading…
Cancel
Save

Powered by TurnKey Linux.