enqueue parameter names in auxiliary information
This commit is contained in:
parent
5d5aafae37
commit
d13354078b
1 changed files with 1 additions and 5 deletions
|
@ -582,13 +582,9 @@ read_eas3_header(FILE *const fp, eas3_data *const data)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
aux_enqueue(data->aux, param_name, ATTRLEN * sizeof(char));
|
||||||
eas3_add_param_name(data, param_name);
|
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);
|
memset(param_name, 0, ATTRLEN + 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue