On Tue, 2020-10-06 at 09:14 +0200, Steve Lhomme wrote: > On 2020-10-06 7:59, Lyndon Brown wrote: > > + if (asprintf(path, "%s"DIR_SEP"%s", tmpdir, filetemplate) < 0) > > { > > Altenatively you can add the "XXXXXX" here and not impose it on the > caller at all. That's actually a great idea. I'll do that. Much more simple :D