From 1d11cc4b2d36b740f937ace71a29d152a68d4f6b Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Mon, 11 Jun 2007 16:48:35 +0000 Subject: [PATCH] Fix mis-declared variable type This commit was SVN r14994. --- orte/runtime/orte_wakeup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/orte/runtime/orte_wakeup.c b/orte/runtime/orte_wakeup.c index 7697a77e89..d7d1ccb375 100644 --- a/orte/runtime/orte_wakeup.c +++ b/orte/runtime/orte_wakeup.c @@ -38,7 +38,8 @@ */ int orte_wakeup(orte_jobid_t job) { int rc; - orte_vpid_t root, range; + orte_jobid_t root; + orte_vpid_t range; char *segment; orte_std_cntr_t num; char *tokens[] = {