Skip to content

util: Avoid troublesome PATH_MAX define

Carlos Garnacho requested to merge carlosg/tecla:wip/carlosg/no-path-max into main

This is a somewhat iffy define to rely on, we don't really require it here, so just do with a fixed string length.

Closes: #8 (closed)

Merge request reports