I'd propose using inttypes defines to handle this issue portably:

On Tue, 17 Oct 2006, bosi...@osl.iu.edu wrote:

> -#define ORTE_TRANSPORT_KEY_FMT "%016lx-%016lx"
> +#define ORTE_TRANSPORT_KEY_FMT "%016llx-%016llx"

   #include <inttypes.h>

   #define ORTE_TRANSPORT_KEY_FMT "%016" PRIx64 "-%016" PRIx64


cheers,

    . . christian

-- 
christian.b...@qlogic.com
(QLogic SIG, formerly Pathscale)

Reply via email to