From 50649dd6a994ae7433afa3bb2959d98c6a4c2cd8 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Wed, 18 Oct 2006 00:02:20 +0000 Subject: [PATCH] What we write it's a long long so we should be using the long long format. This commit was SVN r12157. --- orte/util/pre_condition_transports.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/util/pre_condition_transports.h b/orte/util/pre_condition_transports.h index e8bb7a27a6..728d4d8a17 100644 --- a/orte/util/pre_condition_transports.h +++ b/orte/util/pre_condition_transports.h @@ -26,7 +26,7 @@ #ifndef _ORTE_PRE_CONDITION_TRANSPORTS_H_ #define _ORTE_PRE_CONDITION_TRANSPORTS_H_ -#define ORTE_TRANSPORT_KEY_FMT "%016lx-%016lx" +#define ORTE_TRANSPORT_KEY_FMT "%016llx-%016llx" #define ORTE_TRANSPORT_KEY_LEN 33 /* 16 + sep + 16 */ #include "orte_config.h"