mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 16:04:15 +01:00
ircd::db: Fix debug variable name error.
This commit is contained in:
parent
8ed4dc9623
commit
c0058aa53c
1 changed files with 1 additions and 1 deletions
|
@ -2635,7 +2635,7 @@ const noexcept
|
||||||
size(oldval),
|
size(oldval),
|
||||||
data(oldval),
|
data(oldval),
|
||||||
(const void *)newval,
|
(const void *)newval,
|
||||||
(const void *)skipuntil
|
(const void *)skip
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue