Update main.c

pull/60/head
alanbjohnston 5 years ago committed by GitHub
parent ca8b68b0fa
commit 3d30eec185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -299,7 +299,8 @@ int main(int argc, char *argv[]) {
#endif
config_file = fopen("sim.cfg","w");
fprintf(config_file, "%s %d %f %f", call, reset_count, lat_file, long_file);
// fprintf(config_file, "%s %d %f %f", call, reset_count, lat_file, long_file);
fprintf(config_file, "%s %d", call, reset_count);
fclose(config_file);
config_file = fopen("sim.cfg","r");

Loading…
Cancel
Save

Powered by TurnKey Linux.