uninitialized pointer. not critical but leads to warnings when tying to merge realtime fork

This commit is contained in:
Lenhart 2021-01-21 23:41:40 +01:00
parent 6058337f30
commit c71700988b

View File

@ -1673,7 +1673,7 @@ int main(int argc, char *argv[])
{
clock_t tstart,tend;
FILE *fp;
FILE *fp = NULL;
int sv;
int neph,ieph;