mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Reorder some fields to avoid a warning
This commit is contained in:
parent
4a55fff3b9
commit
36dfc9f1bf
1 changed files with 1 additions and 1 deletions
|
@ -474,8 +474,8 @@ history_t::history_t(const wcstring &pname) :
|
||||||
mmap_start(NULL),
|
mmap_start(NULL),
|
||||||
mmap_length(0),
|
mmap_length(0),
|
||||||
mmap_file_id(-1, -1),
|
mmap_file_id(-1, -1),
|
||||||
countdown_to_vacuum(-1),
|
|
||||||
birth_timestamp(time(NULL)),
|
birth_timestamp(time(NULL)),
|
||||||
|
countdown_to_vacuum(-1),
|
||||||
loaded_old(false),
|
loaded_old(false),
|
||||||
chaos_mode(false)
|
chaos_mode(false)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue