Skip to content

Commit

Permalink
Issue #77, in logbook.c: export ADIF fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
afarhan committed Jan 19, 2024
1 parent 37c2a37 commit a2f68b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logbook.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ int export_adif(char *path, char *start_date, char *end_date){
sprintf(param, "%.3f",ffreq); // write out with 3 decimal digits
for (int j = 0 ; j < sizeof(bands)/sizeof(struct band_name); j++)
if (bands[j].from <= f && f <= bands[j].to){
fprintf(pf, "<%BAND:%d>%s\n", strlen(bands[j].name), bands[j].name);
fprintf(pf, "<BAND:%d>%s\n", strlen(bands[j].name), bands[j].name);
}
}
else if (i == 3) //it is the date
Expand Down
Binary file modified sbitx
Binary file not shown.

0 comments on commit a2f68b1

Please sign in to comment.