1
1

Use ones compiliment so we don't kill previously set flags..

This commit was SVN r9428.
Этот коммит содержится в:
Galen Shipman 2006-03-27 16:12:22 +00:00
родитель 590c992a7e
Коммит af02867322

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

@ -229,7 +229,7 @@ int32_t ompi_convertor_set_position_nocheck( ompi_convertor_t* convertor,
}
/* Remove the completed flag if it's already set */
convertor->flags &= !CONVERTOR_COMPLETED;
convertor->flags &= ~CONVERTOR_COMPLETED;
/*
* If we plan to rollback the convertor then first we have to set it