Mark Winkel
Mark Winkel
Based on the history for treeshr/TreeOpen.c, it appears that the trailing "+" was present in GetFname() when the ~n expansion was originally added 21 years ago. See commit #150e93de57, 22-Jan-2001,...
On 29-Jul-2022, Josh sent a message stating that I should fix the issue in three branches: alpha, stable and old-trees.
Treeshrp.h defines a 64 character field (63 visible + 1 null terminator). ``` /******************************************** NODE 2) The second section of a tree file contains nodes. *********************************************/ #define MAX_NAME_LEN 63 typedef...
The fact that jTraverser is displaying 64 characters, likely means that when treeshr adds a node it isn't correctly applying the null terminating character on the node name. This might...