diff options
author | Michael McVady <femtonaut@gmail.com> | 2024-05-07 16:55:24 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2024-05-07 16:55:24 -0500 |
commit | 444104e22a47ca820fc4f35786e169d6cf2f2811 (patch) | |
tree | 09cdd224010f1aa9ec73e4572f150e9ab32cd3e1 /src/clog.c | |
parent | a95eae4452a98ec551c9820598d1e8fae9407714 (diff) |
Diffstat (limited to 'src/clog.c')
-rw-r--r-- | src/clog.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -487,10 +487,7 @@ int get_new_entry_form(struct http_request *req) { content = kore_buf_alloc(0); - kore_buf_appendf( - content, (const char *) asset_entry_edit_html, - "", "", "" - ); + kore_buf_append(content, asset_entry_new_html, asset_len_entry_new_html); http_ok_resp(req, HTTP_STATUS_OK, content); |