Subj : src/sbbs3/prntfile.cpp To : Git commit to sbbs/master From : Rob Swindell Date : Sun Nov 22 2020 12:14 am https://gitlab.synchro.net/sbbs/sbbs/-/commit/a5b344c97eebf2879f563371 Modified Files: src/sbbs3/prntfile.cpp Log Message: Convert menu paths (e.g. /sbbs/text/menu/../filename) to full paths If text/menu is a symlink (on *nix), then the path above would actually point to a filename in the parent of the symlink target, which is not what we want (we want the filename in the text dir). Fixed by using FULLPATH. .