1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

netsize()

This commit is contained in:
psyc://psyced.org/~lynX 2011-01-22 16:59:15 +01:00
parent c7949bd56a
commit d83ef160db
5 changed files with 11 additions and 1 deletions

View file

@ -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))