Add table-of-contents outline.

This commit is contained in:
Michael R Sweet
2024-12-20 07:18:10 -05:00
parent 5bc7ebee2c
commit e4081f2ba3
3 changed files with 148 additions and 3 deletions

View File

@@ -166,7 +166,7 @@ mmdCopyAllText(mmd_t *node) // I - Parent node
char *all = NULL, // String buffer
*allptr = NULL, // Pointer into string buffer
*temp; // Temporary pointer
size_t allsize = 0, // Size of "all" buffer
size_t allsize = 1, // Size of "all" buffer
textlen; // Length of "text" string
mmd_t *current, // Current node
*next; // Next node