1
1

small typo ... without warning from the compiler !!!

This commit was SVN r4422.
Этот коммит содержится в:
George Bosilca 2005-02-14 08:28:49 +00:00
родитель 1c2f0876a2
Коммит f431592887

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

@ -554,7 +554,7 @@ void ompi_ddt_dump( const dt_desc_t* pData )
}
index += __dump_data_desc( pData->desc.desc, pData->desc.used, buffer + index );
if( pData->opt_desc.desc != NULL ) {
index + sprintf( buffer + index, "Optimized description \n" );
index += sprintf( buffer + index, "Optimized description \n" );
index += __dump_data_desc( pData->opt_desc.desc, pData->opt_desc.used, buffer + index );
}
buffer[index] = '\0'; /* make sure we end the string with 0 */