From: Mark Wooding Date: Fri, 28 Jul 2017 23:50:05 +0000 (+0100) Subject: selpk.pyx: Fix bad cut-and-paste in the callback property. X-Git-Tag: 1.1.0~6 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/commitdiff_plain/bc57ab58b54f99bc1d7a966f853c980c1f31eb3f?ds=sidebyside;hp=bc57ab58b54f99bc1d7a966f853c980c1f31eb3f selpk.pyx: Fix bad cut-and-paste in the callback property. Should have been `packetproc', but was still `lineproc' presumably from cut-and-paste from `selbuf'. ---