Fix merge conflicts
This commit is contained in:
commit
8ba9ac0f74
288 changed files with 17413 additions and 13969 deletions
|
@ -80,7 +80,7 @@
|
|||
inline struct tm* localtime_r(const time_t *clock, struct tm *result) {
|
||||
if (localtime_s(result, clock) == 0)
|
||||
return result;
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue