1
1

Fix a warning

This commit was SVN r23049.
This commit is contained in:
Ralph Castain 2010-04-27 15:59:24 +00:00
parent 401fb22847
commit 67568e7dec

View File

@ -248,7 +248,7 @@ int orte_dt_print_job(char **output, char *prefix, orte_job_t *src, opal_data_ty
tmp = tmp2;
}
asprintf(&tmp2, "%s\n%sNum procs: %ld\tMax Local Restarts: %d\tMax Global Restarts", tmp, pfx,
asprintf(&tmp2, "%s\n%sNum procs: %ld\tMax Local Restarts: %d\tMax Global Restarts %d", tmp, pfx,
(long)src->num_procs, src->max_local_restarts, src->max_global_restarts);
free(tmp);
tmp = tmp2;