Commit c0f839d
committed
Merge branch 'bugfix_streammgr_optierr' into release-v8.4.0 (PR #1441)
This merge fixes an issue within mpas_get_stream_filename() where the optional
argument ierr was being assigned to before checking if it was passed in.
The routine now checks if ierr is present, and if so initializes it to
MPAS_STREAM_MGR_NOERR.
* bugfix_streammgr_optierr:
Fix premature use of optional argument in mpas_get_stream_filename1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4073 | 4073 | | |
4074 | 4074 | | |
4075 | 4075 | | |
4076 | | - | |
| 4076 | + | |
| 4077 | + | |
| 4078 | + | |
4077 | 4079 | | |
4078 | 4080 | | |
4079 | 4081 | | |
| |||
0 commit comments