1
1

If it's a unsigned long then the format string should be %lu.

This commit was SVN r5614.
Этот коммит содержится в:
George Bosilca 2005-05-05 22:58:47 +00:00
родитель 8167c24630
Коммит 9387013ca2

Просмотреть файл

@ -266,7 +266,7 @@ int orte_pls_rsh_launch(orte_jobid_t jobid)
}
/* need integer value for command line parameter - NOT hex */
asprintf(&jobid_string, "%d", jobid);
asprintf(&jobid_string, "%lu", (unsigned long)jobid);
/*
* Build argv/env arrays.