If it's a unsigned long then the format string should be %lu.
This commit was SVN r5614.
Этот коммит содержится в:
родитель
8167c24630
Коммит
9387013ca2
@ -266,7 +266,7 @@ int orte_pls_rsh_launch(orte_jobid_t jobid)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* need integer value for command line parameter - NOT hex */
|
/* 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.
|
* Build argv/env arrays.
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user