enqueue parameter names in auxiliary information

This commit is contained in:
Gregor Weiss 2024-11-05 18:43:45 +01:00
parent 5d5aafae37
commit d13354078b
Signed by: Gregor Weiss
GPG key ID: 61E170A8BBFE5756

View file

@ -582,13 +582,9 @@ read_eas3_header(FILE *const fp, eas3_data *const data)
return 1;
}
aux_enqueue(data->aux, param_name, ATTRLEN * sizeof(char));
eas3_add_param_name(data, param_name);
/*--------------------------------------------------------*\
! Read the parameter name from the file stream and add all !
! the necessary parameter information to the paramter !
! linked list. |
\*--------------------------------------------------------*/
memset(param_name, 0, ATTRLEN + 1);
}
}