| 136 |
} |
} |
| 137 |
strncat(title_f, p_articles[i]->title + j, sizeof(title_f) - 1 - strnlen(title_f, sizeof(title_f))); |
strncat(title_f, p_articles[i]->title + j, sizeof(title_f) - 1 - strnlen(title_f, sizeof(title_f))); |
| 138 |
|
|
| 139 |
len = split_line(title_f, 47 - (display_nickname ? 8 : 0), &eol, &title_f_len, 1); |
len = split_line(title_f, 59 - (display_nickname ? BBS_nickname_max_len / 2 : BBS_username_max_len), &eol, &title_f_len, 1); |
| 140 |
if (title_f[len] != '\0') |
if (title_f[len] != '\0') |
| 141 |
{ |
{ |
| 142 |
title_f[len] = '\0'; |
title_f[len] = '\0'; |
| 547 |
else |
else |
| 548 |
{ |
{ |
| 549 |
aid_location = aid; |
aid_location = aid; |
| 550 |
} |
} |
| 551 |
|
|
| 552 |
// Locate at article with aid_locate |
// Locate at article with aid_locate |
| 553 |
if (aid_location > 0) |
if (aid_location > 0) |