On Thursday 24 November 2011 14:50:47, asmwarrior wrote: > There is a sprintf call with many parameters. I have no idea about %llx ???? %llx is C99, not C90, so we shouldn't use it in common code; we should use plongest instead to print LONGEST's. -- Pedro Alves