From f7ca63ff31ded33b738004e2652d587688fbd24f Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 8 Feb 2022 17:42:34 -0800 Subject: [PATCH] back to situation for path_len as before commit a982ab629f061356b10ebadaeffc112eb789745e --- src/util/util.fh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/util.fh b/src/util/util.fh index f0ad830b54..95d91b1de9 100644 --- a/src/util/util.fh +++ b/src/util/util.fh @@ -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