pp_formline: FF_LINEGLOB: always SvCUR_set
authorDavid Mitchell <davem@iabyn.com>
Sun, 29 May 2011 12:03:54 +0000 (13:03 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 29 May 2011 19:21:53 +0000 (20:21 +0100)
commit0325ce870db717d2d7fbb711037b421e273f08c5
tree76b453e7bf5cc0e72545c1ac5a82eab16c2b8b1f
parenta1137ee5607c4873f12c9cc5e710d25e9df62f26
pp_formline: FF_LINEGLOB: always SvCUR_set

The code currently does SvCUR_set(PL_formtarget,...) in three out of four
of the condition branches. Since it's harmless to do it also for the
fourth, remove the three individual SvCUR_set()s and replace with a single
unconditional one.
pp_ctl.c