1
1

One less warning about a unmatched printf type.

This commit was SVN r20199.
Этот коммит содержится в:
George Bosilca 2009-01-05 15:02:00 +00:00
родитель 7afaa0f0a1
Коммит f2b9b3fa0b

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

@ -347,7 +347,7 @@ static mca_btl_mx_module_t* mca_btl_mx_create(uint32_t board_num)
mx_btl = malloc(sizeof(mca_btl_mx_module_t));
if( NULL == mx_btl ) {
opal_output( 0, "mca_btl_mx_init: unable to allocate %d bytes of memory\n",
opal_output( 0, "mca_btl_mx_init: unable to allocate %lu bytes of memory\n",
sizeof(mca_btl_mx_module_t) );
mx_close_endpoint(mx_endpoint);
return NULL;