back to situation for path_len as before commit a982ab629f

This commit is contained in:
edoapra 2022-02-08 17:42:34 -08:00
parent 9bf5c3fcbf
commit f7ca63ff31
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA

View file

@ -29,5 +29,5 @@ c
external util_get_io_unit
c
integer nw_max_path_len ! Maximum path len -> posix standard is what?
parameter (nw_max_path_len = 256)
parameter (nw_max_path_len = 255)
c