Skip to content
Snippets Groups Projects
Commit a3711c1b authored by Luis Kornblueh's avatar Luis Kornblueh
Browse files

Make fmtstring in datetimeToPosixString flexible size.

parent 5bb336c4
No related branches found
No related tags found
No related merge requests found
......@@ -1048,7 +1048,7 @@ contains
subroutine datetimeToPosixString(my_datetime, string, fmtstr, errno) !OK-TESTED.
type(datetime), pointer :: my_datetime
character(len=max_datetime_str_len) :: string
character(len=32) :: fmtstr
character(len=*) :: fmtstr
type(c_ptr) :: dummy_ptr
integer :: i
integer, optional:: errno
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment