diff -r 38b051dea6b1 -r db8299984bfe docs/Writerside/topics/mempool.h.md --- a/docs/Writerside/topics/mempool.h.md Mon Dec 22 15:28:07 2025 +0100 +++ b/docs/Writerside/topics/mempool.h.md Mon Dec 22 15:47:59 2025 +0100 @@ -190,7 +190,7 @@ for (size_t i = 1 ; i < lc ; i++) { if (lines[i].length == 0) continue; cxstring fields[3]; - size_t fc = cx_strsplit(lines[i], cx_str(";"), 3, fields); + size_t fc = cx_strsplit(lines[i], ";", 3, fields); if (fc != 3) { fprintf(stderr, "Syntax error in line %zu.\n", i); cxMempoolFree(pool);