Minor bug fix

pull/10/head
Cees Bassa 2018-04-25 15:02:23 +02:00
parent 59a1c74404
commit 6e3cf99bd3
1 changed files with 1 additions and 1 deletions

2
rfio.c
View File

@ -93,7 +93,7 @@ struct spectrogram read_spectrogram(char *prefix,int isub,int nsub,double f0,dou
file=fopen(filename,"r");
if (file==NULL) {
printf("%s does not exist\n",filename);
s.nsub=0;
s.nsub=nsub;
break;
}
printf("opened %s\n",filename);