From: Anselm R. Garbe Date: Fri, 9 Feb 2007 13:56:19 +0000 (+0100) Subject: pneubeck pointed out an obvious thing, that a second p = stext + strlen(stext) -... X-Git-Url: https://git.xinqibao.xyz/dwm.git/commitdiff_plain/fd995dac78e34cc427abd7198af0db957a40664a?hp=fd995dac78e34cc427abd7198af0db957a40664a pneubeck pointed out an obvious thing, that a second p = stext + strlen(stext) - 1 is unnecessary ---