Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/framework/mpas_stream_inquiry.F
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ end function query_streams_file
call mpas_f_to_c_string(streamname, c_streamname)

if (present(attname)) then
allocate(c_attname(len(attname)))
allocate(c_attname(len(attname)+1))
call mpas_f_to_c_string(attname, c_attname)
c_attname_ptr = c_loc(c_attname)
else
Expand Down