Sebastian Pipping posted on Mon, 06 Apr 2015 14:56:30 +0200 as excerpted: >> $ echo "Apache AddHandler/AddType vulnerability protection" | wc -c 51 >> >> GLEP 42 says max title length 44 chars. 51-44=7 chars too long. > > Actually, echo prints a newline that is also counted [use echo -n]. > So it's 50 and 6 characters too much but you still have a point :)
That would explain the off-by-one I thought I noticed on the other active news thread of the moment. Thank you. =:^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman
