mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Remove an "m" that did not belong.
This commit is contained in:
parent
4118ba67db
commit
76a717890e
@ -145,7 +145,7 @@ tor_localtime_r_msg(const time_t *timep, struct tm *result, char **err_out)
|
||||
r = localtime(timep);
|
||||
if (r)
|
||||
memcpy(result, r, sizeof(struct tm));
|
||||
return correct_tm(1, timep, result, rm, err_out);
|
||||
return correct_tm(1, timep, result, r, err_out);
|
||||
}
|
||||
#endif /* defined(HAVE_LOCALTIME_R) || ... */
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user