mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
Fix #410
This commit is contained in:
parent
985dec101d
commit
7a1464cadb
@ -133,7 +133,7 @@ inline void Reflect(Reader& visitor, IndexFuncRef& value) {
|
||||
value.is_implicit = true;
|
||||
++str_value;
|
||||
}
|
||||
uint64_t id = atol(str_value);
|
||||
RawId id = atol(str_value);
|
||||
const char* loc_string = strchr(str_value, '@') + 1;
|
||||
|
||||
value.id = IndexFuncId(id);
|
||||
|
Loading…
Reference in New Issue
Block a user