I'm getting an error when precompiling a pmod on 7.8.8:
precompile: pike /usr/local/pike/7.8.8/include/pike/precompile.pike pcap.cmod /usr/local/pike/7.8.8/include/pike/precompile.pike:2007:Too many arguments to sprintf (expected 5 arguments). /usr/local/pike/7.8.8/include/pike/precompile.pike:2007:Got : string.
I noticed that the sprintf statement has a wrong number of arguments for the formatting string. Can someone who understands this take a quick look?
Bill