mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
netsize()
This commit is contained in:
parent
c7949bd56a
commit
d83ef160db
5 changed files with 11 additions and 1 deletions
|
@ -157,8 +157,10 @@ static varargs string psyc_render(mixed source, string mc, mixed data,
|
|||
else {
|
||||
data = T(mc, "") || "";
|
||||
P3(("edit: fmt from textdb for %O: %O\n", mc, data))
|
||||
# ifndef NEW_LINE
|
||||
if (strlen(data) && char_from_end(data, 1) == '\n')
|
||||
excessiveNewline = 1;
|
||||
# endif
|
||||
}
|
||||
#else
|
||||
PT(("non-string data: %O\n", data))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue