mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-23 08:23:15 +00:00
a0690070ae
The code that shows the note sections as files uses the section size to define the size of the notes payload. We don't need to null terminate the strings to define their lengths. Doing so puts a null in the notes file which isn't appreciated by many readers. Signed-off-by: Zach Brown <zab@versity.com>