snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 4f349262503482a6f72ed9d242c1ecde258790e0
parent 9518bc664c6e2eb1d4308657797174a0f748b3af
Author: default <nobody@localhost>
Date:   Tue, 31 Dec 2024 17:47:44 +0100

Fixed warning.

Diffstat:
Mhtml.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html.c b/html.c @@ -3516,7 +3516,7 @@ int html_get_handler(const xs_dict *req, const char *q_path, else { const char *content = xs_dict_get(q_vars, "content"); -// srv_log(xs_fmt("---> SHARE %s", content)); + srv_log(xs_fmt("shared post %s", content)); *body = xs_fmt("%s/admin", snac.actor); *b_size = strlen(*body); status = HTTP_STATUS_SEE_OTHER;