From dfec8c172974103552c38d48267e14865396e180 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 19 Mar 2020 22:27:44 +1000 Subject: It's actually qLibc. --- src/sledjchisl/sledjchisl.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/sledjchisl') diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index f87e44f..aa5c78e 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -56,7 +56,7 @@ extern char **environ; #include #include -// TODO - audit all the alloc()s and free()s involved in qlibc stuff. +// TODO - audit all the alloc()s and free()s involved in qLibc stuff. #include #include @@ -79,7 +79,7 @@ GLOBALS( -// Duplicate some small amount of code from qlibc, coz / and = are not good choices, and the standard says we can pick those. +// Duplicate some small amount of code from qLibc, coz / and = are not good choices, and the standard says we can pick those. /** * Encode data using BASE64 algorithm. * @@ -2672,7 +2672,7 @@ HTMLfile *checkHTMLcache(char *file) Starting to get into object oriented territory here. B-) I'll have to do it eventually anyway. object->tostring(object), and replace the big switch() statements in the existing db code with small functions. - That's why the qlibc stuff has that format, coz C doesn't understand the concept of passing "this" as the first argument. + That's why the qLibc stuff has that format, coz C doesn't understand the concept of passing "this" as the first argument. https://stackoverflow.com/questions/351733/how-would-one-write-object-oriented-code-in-c https://stackoverflow.com/questions/415452/object-orientation-in-c http://ooc-coding.sourceforge.net/ @@ -4117,7 +4117,7 @@ void accountCreationPage(reqData *Rd, char *message) name = getStrH(Rd->stuff, "name"); // TODO - eww lots of memory leaks here. -// TODO - need to check if qlibc does it's own free() calls, and fill in the gaps for when it doesn't. +// TODO - need to check if qLibc does it's own free() calls, and fill in the gaps for when it doesn't. HTMLheader(Rd->reply, " account manager"); HTMLdebug(Rd->reply); Rd->reply->addstrf(Rd->reply, "

account manager

\n"); @@ -4736,9 +4736,9 @@ jit library is loaded or the JIT compiler will not be activated. snprintf(toybuf, sizeof(toybuf), "%s/config/config.ini", scRoot); // TODO - it looks like OpenSim invented their own half arsed backwards INI file include system. -// I doubt qlibc supports it, like it supports what seems to be the standard include system. +// I doubt qLibc supports it, like it supports what seems to be the standard include system. // Not sure if we need to worry about it just yet. -// TODO - this leaks memory, but I suspect it's a bug in qLib. +// TODO - this leaks memory, but I suspect it's a bug in qLibc. qlisttbl_t *qconfig = qconfig_parse_file(NULL, toybuf, '='); if (NULL == qconfig) { -- cgit v1.1