mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
whoops; make 21450 compile
This commit is contained in:
parent
cb6b3b7cad
commit
fea93abecd
1 changed files with 1 additions and 1 deletions
|
@ -5621,7 +5621,7 @@ tor_version_parse(const char *s, tor_version_t *out)
|
|||
|
||||
#define NUMBER(m) \
|
||||
do { \
|
||||
out->m = (int)tor_parse_uint64(val, 10, 0, INT32_MAX, &ok, &eos); \
|
||||
out->m = (int)tor_parse_uint64(cp, 10, 0, INT32_MAX, &ok, &eos); \
|
||||
if (!ok) \
|
||||
return -1; \
|
||||
if (!eos || eos == cp) \
|
||||
|
|
Loading…
Add table
Reference in a new issue