[SPAM] The wife John McCain home pics
About this mailing: You are receiving this e-mail because you subscribed to MSN Featured Offers. Microsoft respects your privacy. If you do not wish to receive this MSN
Re: [PATCH] fix strace -s N handling
Hi, On Wed, Nov 05, 2008 at 03:16:52PM +0100, Denys Vlasenko wrote: > Before this patch, -s N shows N+1 chars in strings. > More annoyingly, it shows this for shorter strings: > > write(1, "hi\n"..., 3) = 3 > > After patch: > > write(1, "hi\n", 3) = 3 Thank you. I have looked at the code and