pp_formline: no need to *t = '\0' until end
authorDavid Mitchell <davem@iabyn.com>
Sun, 29 May 2011 12:34:31 +0000 (13:34 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 29 May 2011 19:21:53 +0000 (20:21 +0100)
commit9dec788bd5a908311909e9ba11d34ff71be22e88
tree9660d9d17aefb5846b21857052942d56ccd014a3
parent0325ce870db717d2d7fbb711037b421e273f08c5
pp_formline: no need to *t = '\0' until end

We don't care whether PL_formtarget has a trailling \0 until we return;
so remove the bits where we add one in between.
pp_ctl.c