mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 23:44:01 +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),
|
||||
data(oldval),
|
||||
(const void *)newval,
|
||||
(const void *)skipuntil
|
||||
(const void *)skip
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue