[patch] www/luakit fix printf("%n")

2021-08-31 Thread Stefan Hagen
Hi, This fixes: Aug 31 23:37:50 x230 luakit: *printf used %n: %s:%d%n It can be tested: 1. start luakit 2. type: ":lua foobar()" An error text with a Traceback occurs. The text + alignment is created with the fixed function. OK? Best regards, Stefan Index: www/luakit/Makefile

Re: [patch] www/luakit fix printf("%n")

2021-09-01 Thread Theo de Raadt
Stefan Hagen wrote: > Hi, > > This fixes: > Aug 31 23:37:50 x230 luakit: *printf used %n: %s:%d%n > > It can be tested: > 1. start luakit > 2. type: ":lua foobar()" > > An error text with a Traceback occurs. The text + alignment is created > with the fixed function. > > OK? > > Best regards,