diff options
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 4f91fae..adfc2f9 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -5145,6 +5145,7 @@ fragment *newFragment(enum fragmentType type, char *text, int len) | |||
5145 | return frg; | 5145 | return frg; |
5146 | } | 5146 | } |
5147 | 5147 | ||
5148 | /// TODO - turn this into full SSI. | ||
5148 | qlist_t *fragize(char *mm, size_t length) | 5149 | qlist_t *fragize(char *mm, size_t length) |
5149 | { | 5150 | { |
5150 | qlist_t *fragments = qlist(QLIST_THREADSAFE); | 5151 | qlist_t *fragments = qlist(QLIST_THREADSAFE); |