1
1
This commit was SVN r30983.
Этот коммит содержится в:
Ralph Castain 2014-03-11 02:59:34 +00:00
родитель 103a5c6df1
Коммит c6906e8b8c

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

@ -382,7 +382,7 @@ int opal_dss_pack_time(opal_buffer_t *buffer, const void *src,
*/ */
for (i = 0; i < num_vals; ++i) { for (i = 0; i < num_vals; ++i) {
ui64 = (uint64_t)ssrc[i]; ui64 = (uint64_t)ssrc[i];
if (OPAL_SUCCESS != (ret = opal_dss_pack_int(buffer, &ui64, 1, OPAL_UINT64))) { if (OPAL_SUCCESS != (ret = opal_dss_pack_int64(buffer, &ui64, 1, OPAL_UINT64))) {
return ret; return ret;
} }
} }