mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
Made descs a bit longer.
This commit is contained in:
parent
c33fa82755
commit
5702e2592f
1 changed files with 1 additions and 1 deletions
2
html.c
2
html.c
|
@ -606,7 +606,7 @@ xs_html *html_user_head(snac *user, char *desc)
|
||||||
|
|
||||||
/* shorten desc to a reasonable size */
|
/* shorten desc to a reasonable size */
|
||||||
for (n = 0; s_desc[n]; n++) {
|
for (n = 0; s_desc[n]; n++) {
|
||||||
if (n > 256 && (s_desc[n] == ' ' || s_desc[n] == '\n'))
|
if (n > 512 && (s_desc[n] == ' ' || s_desc[n] == '\n'))
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue