We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f102271 commit fe2ae3fCopy full SHA for fe2ae3f
exch/midb/mail_engine.cpp
@@ -1316,7 +1316,7 @@ static DOUBLE_LIST* mail_engine_ct_build_internal(
1316
mail_engine_ct_destroy_internal(plist);
1317
return NULL;
1318
}
1319
- ptree_node->pstatment = reinterpret_cast<void *>(reinterpret_cast<intptr_t>(mktime(&tmp_tm)));
+ ptree_node->pstatment = reinterpret_cast<void *>(static_cast<intptr_t>(mktime(&tmp_tm)));
1320
} else if ('(' == argv[i][0]) {
1321
len = strlen(argv[i]);
1322
argv[i][len - 1] = '\0';
0 commit comments