From 73387e50e29f895c8b060bf298738f3eb2c657a2 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Fri, 18 Jan 2013 14:32:53 +0000 Subject: [PATCH] Add missing variable def - thanks to Paul Hargrove for spotting. This commit was SVN r27865. --- orte/mca/db/pmi/db_pmi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/orte/mca/db/pmi/db_pmi.c b/orte/mca/db/pmi/db_pmi.c index 50764374e2..b067d77ff0 100644 --- a/orte/mca/db/pmi/db_pmi.c +++ b/orte/mca/db/pmi/db_pmi.c @@ -194,6 +194,7 @@ static int store(const orte_process_name_t *proc, */ size_t n, k; bool subbed; + char *ptr; str = (char*)data; /* first, count how many characters need to be replaced - since Cray